From cdf2832347b8fdf0389cd373c2ead0ac5d071037 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 16:24:45 +0500 Subject: wip --- FL/Fl_Native_File_Chooser.H | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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 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(); }; /** -- cgit v1.2.3