summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/textbox.h')
-rw-r--r--src/gui/widgets/textbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/textbox.h b/src/gui/widgets/textbox.h
index 497d47b7c..1ec11311a 100644
--- a/src/gui/widgets/textbox.h
+++ b/src/gui/widgets/textbox.h
@@ -47,6 +47,8 @@ class TextBox final : public gcn::TextBox,
A_DELETE_COPY(TextBox)
+ ~TextBox();
+
/**
* Sets the text after wrapping it to the current width of the widget.
*/