[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : luke
Repository : xara
Revision : 1167
Date : Tue May 23 07:55:52 BST 2006
Changed paths:
M /Trunk/XaraLX/Kernel/coldlog.h
Fix GCC4 build error
Diff:
Index: Trunk/XaraLX/Kernel/coldlog.h
===================================================================
--- Trunk/XaraLX/Kernel/coldlog.h (revision 1166)
+++ Trunk/XaraLX/Kernel/coldlog.h (revision 1167)
@@ -422,7 +422,7 @@
//(WEBSTER - markn 14/12/96)
void ApplyNoColour(BOOL LineColour); // Applies no colour to the selection
void LimitTo216Only(); // Snaps the colour to the closest colour in the web browser palette
- FIXED24 ColourEditDlg::Nearest20Percent(FIXED24 n); // Helper function for LimitTo216Only()
+ FIXED24 Nearest20Percent(FIXED24 n); // Helper function for LimitTo216Only()
void EditThisColour(ColourList *ParentList, IndexedColour *ColourToEdit,
BOOL TheWindowIsOpen = TRUE);
Xara