From 1777b5133f89ed8d363dac05fca7a3a7f0706109 Mon Sep 17 00:00:00 2001 From: stv Date: Fri, 27 Jan 2006 06:00:39 +0000 Subject: [PATCH] Compilation errors on Windows --- src/SUIT/SUIT_TreeSync.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SUIT/SUIT_TreeSync.h b/src/SUIT/SUIT_TreeSync.h index 8dd99f5da..d38f6fcdf 100644 --- a/src/SUIT/SUIT_TreeSync.h +++ b/src/SUIT/SUIT_TreeSync.h @@ -117,7 +117,8 @@ void diffSiblings( const SrcItem& src, const TrgItem& trg, for( ; src_it!=src_last; src_it++ ) { - typename QValueList::const_iterator f = findEqual( trg_ch, cur, *src_it, td ); + typename QValueList::const_iterator f = + findEqual( trg_ch, cur, *src_it, td ); if( f!=trg_last ) //is found { //mark all items before found as "to be deleted" -- 2.39.2