mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 22:51:41 +08:00
FLUID: typo
This commit is contained in:
@@ -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: -
|
||||
|
||||
Reference in New Issue
Block a user