Fl_Preferences.H: renamed dummy variable id to id_ to allow gcc-3.3

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7414 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2010-04-03 09:14:03 +00:00
parent d3b7c8b50b
commit 3ea2e46ce6

View File

@ -107,7 +107,7 @@ public:
/** 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.
*/