diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:39:53 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:39:53 +0500 |
| commit | f93978aba486bf0fea8d9ee857d014a02f3f7d96 (patch) | |
| tree | 44d4626c2d56666056983d8fedf1b897f4ecf249 /FL/Fl_Native_File_Chooser.H | |
| parent | ddba971ebb304512ba9e0a01b77ec71b59b977b6 (diff) | |
wi[
Diffstat (limited to 'FL/Fl_Native_File_Chooser.H')
| -rw-r--r-- | FL/Fl_Native_File_Chooser.H | 24 |
1 files changed, 12 insertions, 12 deletions
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(); }; |
