diff options
Diffstat (limited to 'src/gui/windows/textcommandeditor.h')
-rw-r--r-- | src/gui/windows/textcommandeditor.h | 2 |
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; |