diff options
| -rw-r--r-- | fluid/Fl_Group_Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Group_Type.h b/fluid/Fl_Group_Type.h index 8e4b9b4ac..2b4d1a881 100644 --- a/fluid/Fl_Group_Type.h +++ b/fluid/Fl_Group_Type.h @@ -164,7 +164,7 @@ public: int pixmapID() FL_OVERRIDE { return 19; } Fl_Widget *enter_live_mode(int top=0) FL_OVERRIDE; void copy_properties() FL_OVERRIDE; - int is_scroll() FL_OVERRIDE const { return 1; } + int is_scroll() const FL_OVERRIDE { return 1; } }; // ---- Fl_Tile_Type --------------------------------------------------- MARK: - |
