diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 16:24:45 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 16:24:45 +0500 |
| commit | cdf2832347b8fdf0389cd373c2ead0ac5d071037 (patch) | |
| tree | 96f9771aed0710899aa6cbba2a84dadfe76e996e /FL/Fl_Native_File_Chooser.H | |
| parent | db214d1145e46d527a46d1fc2519548d2c4d23f1 (diff) | |
wip
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(); }; /** |
