[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1154
Date : Mon May 22 11:58:30 BST 2006
Changed paths:
M /Trunk/XaraLX/wxOil/menucmds.cpp
Fix build warning
Diff:
Index: Trunk/XaraLX/wxOil/menucmds.cpp
===================================================================
--- Trunk/XaraLX/wxOil/menucmds.cpp (revision 1153)
+++ Trunk/XaraLX/wxOil/menucmds.cpp (revision 1154)
@@ -294,7 +294,7 @@
}
FileUtil::StopFindingFiles();
- if( iNumberOfTemplate >= setSortFilename.size() )
+ if( iNumberOfTemplate >= (INT32)setSortFilename.size() )
{
//We failed to find a template. So remove this
//item from the menu.
Xara