Author: manolo
Date: 2010-04-03 02:14:03 -0700 (Sat, 03 Apr 2010)
New Revision: 7414
Log:
Fl_Preferences.H: renamed dummy variable id to id_ to allow gcc-3.3
Modified:
branches/branch-1.3/FL/Fl_Preferences.H
Modified: branches/branch-1.3/FL/Fl_Preferences.H
===================================================================
--- branches/branch-1.3/FL/Fl_Preferences.H 2010-04-02 21:39:46 UTC (rev
7413)
+++ branches/branch-1.3/FL/Fl_Preferences.H 2010-04-03 09:14:03 UTC (rev
7414)
@@ -107,7 +107,7 @@
/** Remove the group with this ID from a databse.
*/
- static char remove(ID id) { return ((Node*)id)->remove(); }
+ static char remove(ID id_) { return ((Node*)id_)->remove(); }
/** Return the name of this entry.
*/
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit