From: stv Date: Fri, 27 Jan 2006 06:00:39 +0000 (+0000) Subject: Compilation errors on Windows X-Git-Tag: SPDev_start~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1777b5133f89ed8d363dac05fca7a3a7f0706109;p=modules%2Fgui.git Compilation errors on Windows --- 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"