summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-07-11 23:21:37 +0200
committerMatthias Melcher <github@matthiasm.com>2023-07-11 23:21:37 +0200
commitc2cce9cba86dcc208c9396af994010cd49484988 (patch)
tree1aa18cc2537cc118f65a3e34b4c7b5aefc85c6ca /fluid
parent2e9c1a5097c0e5bcc94528a056dcc561621d137b (diff)
FLUID: typo
Diffstat (limited to 'fluid')
-rw-r--r--fluid/Fl_Group_Type.h2
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: -