From f93978aba486bf0fea8d9ee857d014a02f3f7d96 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 03:39:53 +0500 Subject: wi[ --- FL/Fl_Native_File_Chooser.H | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'FL/Fl_Native_File_Chooser.H') diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H index b1339921e..9948882be 100644 --- a/FL/Fl_Native_File_Chooser.H +++ b/FL/Fl_Native_File_Chooser.H @@ -253,24 +253,24 @@ public: Fl_Native_File_Chooser_FLTK_Driver(int val); virtual ~Fl_Native_File_Chooser_FLTK_Driver(); void type(int t); - int type() const override; + int type() const ; void options(int o); - int options() const override; - int count() const override; - const char *filename() const override; - const char *filename(int i) const override; + int options() const ; + int count() const ; + const char *filename() const ; + const char *filename(int i) const ; void directory(const char *val); - const char *directory() const override; + const char *directory() const ; void title(const char *t); - const char* title() const override; - const char *filter() const override; + const char* title() const ; + const char *filter() const ; void filter(const char *f); - int filters() const override; + int filters() const ; void filter_value(int i); - int filter_value() const override; + int filter_value() const ; void preset_file(const char*f); - const char* preset_file() const override; - const char *errmsg() const override; + const char* preset_file() const ; + const char *errmsg() const ; int show(); }; -- cgit v1.2.3