diff options
Diffstat (limited to 'FL/Fl_Native_File_Chooser.H')
| -rw-r--r-- | FL/Fl_Native_File_Chooser.H | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H index f2055f925..b1339921e 100644 --- a/FL/Fl_Native_File_Chooser.H +++ b/FL/Fl_Native_File_Chooser.H @@ -252,26 +252,26 @@ protected: public: Fl_Native_File_Chooser_FLTK_Driver(int val); virtual ~Fl_Native_File_Chooser_FLTK_Driver(); - void type(int t) override; + void type(int t); int type() const override; - void options(int o) override; + void options(int o); int options() const override; int count() const override; const char *filename() const override; const char *filename(int i) const override; - void directory(const char *val) override; + void directory(const char *val); const char *directory() const override; - void title(const char *t) override; + void title(const char *t); const char* title() const override; const char *filter() const override; - void filter(const char *f) override; + void filter(const char *f); int filters() const override; - void filter_value(int i) override; + void filter_value(int i); int filter_value() const override; - void preset_file(const char*f) override; + void preset_file(const char*f); const char* preset_file() const override; const char *errmsg() const override; - int show() override; + int show(); }; /** |
