summaryrefslogtreecommitdiff
path: root/src/gui/windows/textcommandeditor.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-19 12:37:55 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:22 +0300
commita259a5380ca980da4fcfb866777192231aa9f854 (patch)
tree3e582a1bfa031162c132622b26ee73f388a9c0f0 /src/gui/windows/textcommandeditor.h
parentda34f018eb4e67452e314487cb547a8393afeff2 (diff)
downloadplus-a259a5380ca980da4fcfb866777192231aa9f854.tar.gz
plus-a259a5380ca980da4fcfb866777192231aa9f854.tar.bz2
plus-a259a5380ca980da4fcfb866777192231aa9f854.tar.xz
plus-a259a5380ca980da4fcfb866777192231aa9f854.zip
move virtual member calls from textcommandeditor constructor into postInit.
Diffstat (limited to 'src/gui/windows/textcommandeditor.h')
-rw-r--r--src/gui/windows/textcommandeditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/textcommandeditor.h b/src/gui/windows/textcommandeditor.h
index 1a1138b3a..cd080aebb 100644
--- a/src/gui/windows/textcommandeditor.h
+++ b/src/gui/windows/textcommandeditor.h
@@ -53,6 +53,8 @@ class TextCommandEditor final : public Window, public gcn::ActionListener
*/
~TextCommandEditor();
+ void postInit() override;
+
void action(const gcn::ActionEvent &event) override;
void scheduleDelete() override;