freebsd-ports/devel/subcommander2/files/patch-subcommander__DiffViewModel.cpp
Marcelo Araujo 0b1cf879c5 - Update to 2.0.0.b5.2.
PR:		ports/172504
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-13 11:54:14 +00: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)
{
}