summaryrefslogtreecommitdiff
path: root/src/gui/popups/textpopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popups/textpopup.h')
-rw-r--r--src/gui/popups/textpopup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/textpopup.h b/src/gui/popups/textpopup.h
index 8a67d5660..b517dba2d 100644
--- a/src/gui/popups/textpopup.h
+++ b/src/gui/popups/textpopup.h
@@ -46,7 +46,7 @@ class TextPopup final : public Popup
/**
* Destructor. Cleans up the item popup on deletion.
*/
- ~TextPopup();
+ ~TextPopup() override final;
void postInit() override final;