Add override keyword. Thanks @Floessie

This commit is contained in:
heckflosse
2018-11-22 16:19:16 +01:00
parent 6e4e07f8c0
commit 831e18ca45
135 changed files with 1250 additions and 1251 deletions

View File

@@ -258,7 +258,7 @@ class Preferences : public Gtk::Dialog, public ProfileStoreListener
public:
explicit Preferences (RTWindow *rtwindow);
~Preferences ();
~Preferences () override;
void savePressed ();
void loadPressed ();
@@ -288,9 +288,9 @@ public:
void behAddAllPressed ();
void behSetAllPressed ();
virtual void storeCurrentValue();
virtual void updateProfileList();
virtual void restoreValue();
void storeCurrentValue() override;
void updateProfileList() override;
void restoreValue() override;
// void selectICCProfileDir ();
// void selectMonitorProfile ();