From c2cce9cba86dcc208c9396af994010cd49484988 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 11 Jul 2023 23:21:37 +0200 Subject: FLUID: typo --- fluid/Fl_Group_Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: - -- cgit v1.2.3