opnsense-ports/devel/subcommander2/files/patch-subcommander__DiffViewModel.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
346 B
C++

--- subcommander/DiffViewModel.cpp.orig 2008-12-31 00:58:11.000000000 +0900
+++ subcommander/DiffViewModel.cpp 2012-05-10 05:50:30.000000000 +0900
@@ -78,7 +78,7 @@
{
public:
DiffThread( ScModel* model, DiffViewModel::DiffCmds& cmds )
- : _model(model), _cmds(cmds), _run(true)
+ : _run(true), _model(model), _cmds(cmds)
{
}