diff options
Diffstat (limited to 'src/widgets/toolbox.h')
| -rw-r--r-- | src/widgets/toolbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/toolbox.h b/src/widgets/toolbox.h index a61130d33..a1dc0770b 100644 --- a/src/widgets/toolbox.h +++ b/src/widgets/toolbox.h @@ -87,12 +87,12 @@ public: /** * Destructor that unregisters the preference callback. */ - virtual ~PrefPusher(); + ~PrefPusher() override; /** * Callback method invoked when the preference setting changes. */ - virtual void notify(Inkscape::Preferences::Entry const &new_val); + void notify(Inkscape::Preferences::Entry const &new_val) override; private: |
