diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-20 10:32:00 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-20 10:32:00 +0000 |
| commit | e2f9ce4243eb2e799a958e5045a17cb4938781dc (patch) | |
| tree | d44fd48c974ff4011623660da42067aad790e9aa /src/ui/toolbar/select-toolbar.h | |
| parent | Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget). (diff) | |
| download | inkscape-e2f9ce4243eb2e799a958e5045a17cb4938781dc.tar.gz inkscape-e2f9ce4243eb2e799a958e5045a17cb4938781dc.zip | |
Update potfiles and add overrides
Diffstat (limited to 'src/ui/toolbar/select-toolbar.h')
| -rw-r--r-- | src/ui/toolbar/select-toolbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/toolbar/select-toolbar.h b/src/ui/toolbar/select-toolbar.h index 1ad4a628d..889b07e07 100644 --- a/src/ui/toolbar/select-toolbar.h +++ b/src/ui/toolbar/select-toolbar.h @@ -54,7 +54,7 @@ private: protected: SelectToolbar(SPDesktop *desktop); - ~SelectToolbar(); + ~SelectToolbar() override; public: static GtkWidget * prep(SPDesktop *desktop, GtkActionGroup* mainActions); |
