summaryrefslogtreecommitdiffstats
path: root/src/ui/view
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/view')
-rw-r--r--src/ui/view/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/view/view.h b/src/ui/view/view.h
index 21a5d0dfc..200b52e7a 100644
--- a/src/ui/view/view.h
+++ b/src/ui/view/view.h
@@ -76,7 +76,7 @@ public:
/**
* Deletes and nulls all View message stacks and disconnects it from signals.
*/
- virtual ~View();
+ ~View() override;
void close() { _close(); }