diff options
Diffstat (limited to 'src/ui/widget/panel.h')
| -rw-r--r-- | src/ui/widget/panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/panel.h b/src/ui/widget/panel.h index 1461bdf2a..aed90f99c 100644 --- a/src/ui/widget/panel.h +++ b/src/ui/widget/panel.h @@ -60,7 +60,7 @@ public: * @param verb_num the dialog verb. */ Panel(gchar const *prefs_path = 0, int verb_num = 0); - virtual ~Panel(); + ~Panel() override; gchar const *getPrefsPath() const; |
