[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : builder1
Repository : xara
Revision   : 897
Date       : Wed Apr 26 14:55:45 BST 2006

Changed paths:
   M /Trunk/XaraLX/Kernel/ngsetop.cpp

Version that fixes build server build


Diff:
Index: Trunk/XaraLX/Kernel/ngsetop.cpp
===================================================================
--- Trunk/XaraLX/Kernel/ngsetop.cpp	(revision 896)
+++ Trunk/XaraLX/Kernel/ngsetop.cpp	(revision 897)
@@ -202,7 +202,7 @@
 
 void OpSelectUnionSets::Do(OpDescriptor*)
 {
-	INT32 option = SelectUnionScan::SELECT_EXCLUSIVE;
+	SelectUnionScan::Change option = SelectUnionScan::SELECT_EXCLUSIVE;
 	if( KeyPress::IsGalleryCtrlPressed() )
 		option = SelectUnionScan::DESELECT;
 	SelectUnionScan( option ).Scan();
@@ -239,7 +239,7 @@
 
 void OpSelectIntersectSets::Do(OpDescriptor*)
 {
-	INT32 option = SelectUnionScan::SELECT_EXCLUSIVE;
+	SelectUnionScan option = SelectUnionScan::SELECT_EXCLUSIVE;
 	if( KeyPress::IsGalleryCtrlPressed() )
 		option = SelectUnionScan::DESELECT;
 	SelectUnionScan( option ).Scan();


Xara