Add override keyword. Thanks @Floessie
This commit is contained in:
@@ -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 ();
|
||||
|
Reference in New Issue
Block a user