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