summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Preferences.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Preferences.H b/FL/Fl_Preferences.H
index f6130ce70..092c31e0c 100644
--- a/FL/Fl_Preferences.H
+++ b/FL/Fl_Preferences.H
@@ -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.
*/