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

[XaraXtreme-dev] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 709
Date       : Wed Mar 22 16:07:02 GMT 2006

Changed paths:
   M /Trunk/XaraLX/Kernel/bmpprefs.h

Gcc4.1 fix


Diff:
Index: Trunk/XaraLX/Kernel/bmpprefs.h
===================================================================
--- Trunk/XaraLX/Kernel/bmpprefs.h	(revision 708)
+++ Trunk/XaraLX/Kernel/bmpprefs.h	(revision 709)
@@ -321,7 +321,7 @@
 
 	// used by the back end to get the logical palette which is managed
 	// by this class and based on the extended palette
-	LOGPALETTE * BitmapExportOptions::GetLogicalPalette();
+	LOGPALETTE * GetLogicalPalette();
 
 	// Get Logical Palette gets uses the pre-edited colours as these are needed for consistant results
 	// this function swaps these preedited colours to the postedited colours for any locked colour


Xara