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

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1353
Date       : Fri Jun 23 21:20:50 BST 2006

Changed paths:
   M /Trunk/XaraLX/wxOil/giffiltr.cpp

Fix x86_64 compile problem


Diff:
Index: Trunk/XaraLX/wxOil/giffiltr.cpp
===================================================================
--- Trunk/XaraLX/wxOil/giffiltr.cpp	(revision 1352)
+++ Trunk/XaraLX/wxOil/giffiltr.cpp	(revision 1353)
@@ -1231,7 +1231,7 @@
 		if (pOpDes != NULL)
 		{
 			// set up the data for the export options dialog
-			OpParam Param((INT32)pOptions, (INT32)this);
+			OpParam Param((void *)pOptions, (void *)this);
 
 			// invoke the dialog
 			pOpDes->Invoke(&Param);


Xara