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:
parent
d3b7c8b50b
commit
3ea2e46ce6
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user