summaryrefslogtreecommitdiff
path: root/FL/Fl_Native_File_Chooser.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-07-08 14:59:37 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-07-08 15:25:14 +0200
commit3cf5a302fd2225b8d2622eb40e91262f4e7557c1 (patch)
tree2bd4ad8207dc22a819518719a9e00a1ae492fd03 /FL/Fl_Native_File_Chooser.H
parent2803f70f584f3a3d88d02b122f44b90d15cc22c1 (diff)
Replace 'FL_OVERRIDE' with 'override' in public headers
... except FL/fl_attr.h where FL_OVERRIDE is #define'd
Diffstat (limited to 'FL/Fl_Native_File_Chooser.H')
-rw-r--r--FL/Fl_Native_File_Chooser.H40
1 files changed, 20 insertions, 20 deletions
diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H
index 726a34636..f2055f925 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) FL_OVERRIDE;
- int type() const FL_OVERRIDE;
- void options(int o) FL_OVERRIDE;
- int options() const FL_OVERRIDE;
- int count() const FL_OVERRIDE;
- const char *filename() const FL_OVERRIDE;
- const char *filename(int i) const FL_OVERRIDE;
- void directory(const char *val) FL_OVERRIDE;
- const char *directory() const FL_OVERRIDE;
- void title(const char *t) FL_OVERRIDE;
- const char* title() const FL_OVERRIDE;
- const char *filter() const FL_OVERRIDE;
- void filter(const char *f) FL_OVERRIDE;
- int filters() const FL_OVERRIDE;
- void filter_value(int i) FL_OVERRIDE;
- int filter_value() const FL_OVERRIDE;
- void preset_file(const char*f) FL_OVERRIDE;
- const char* preset_file() const FL_OVERRIDE;
- const char *errmsg() const FL_OVERRIDE;
- int show() FL_OVERRIDE;
+ void type(int t) override;
+ int type() const override;
+ void options(int o) override;
+ 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;
+ const char *directory() const override;
+ void title(const char *t) override;
+ const char* title() const override;
+ const char *filter() const override;
+ void filter(const char *f) override;
+ int filters() const override;
+ void filter_value(int i) override;
+ int filter_value() const override;
+ void preset_file(const char*f) override;
+ const char* preset_file() const override;
+ const char *errmsg() const override;
+ int show() override;
};
/**