summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-26 12:42:21 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-26 12:42:21 +0300
commit45f77fd60f71322b288a4497dea5b583b2692613 (patch)
tree5ea3059c1125b3032fcdf6e0d7229a31b39dfc4a /src/gui/widgets/textfield.h
parentd2e744dab8c38ef56184251fe96293fa0f51fb9f (diff)
downloadplus-45f77fd60f71322b288a4497dea5b583b2692613.tar.gz
plus-45f77fd60f71322b288a4497dea5b583b2692613.tar.bz2
plus-45f77fd60f71322b288a4497dea5b583b2692613.tar.xz
plus-45f77fd60f71322b288a4497dea5b583b2692613.zip
Change destructors to virtual in all basic classes.
Also add some missing final to classes.
Diffstat (limited to 'src/gui/widgets/textfield.h')
-rw-r--r--src/gui/widgets/textfield.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/textfield.h b/src/gui/widgets/textfield.h
index 1261e256d..eaecf41e7 100644
--- a/src/gui/widgets/textfield.h
+++ b/src/gui/widgets/textfield.h
@@ -54,7 +54,7 @@ class TextField : public gcn::TextField,
A_DELETE_COPY(TextField)
- ~TextField();
+ virtual ~TextField();
/**
* Draws the text field.