diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-19 13:28:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:25 +0300 |
commit | b54549e4635fcbea922d42f2d5454b0f84ebe383 (patch) | |
tree | cd93821454b43f75da9697e123e14cc22652ec36 /src/gui/windows/unregisterdialog.h | |
parent | 2df9083f922d9918e5a55541cfea62d4cb323c0d (diff) | |
download | plus-b54549e4635fcbea922d42f2d5454b0f84ebe383.tar.gz plus-b54549e4635fcbea922d42f2d5454b0f84ebe383.tar.bz2 plus-b54549e4635fcbea922d42f2d5454b0f84ebe383.tar.xz plus-b54549e4635fcbea922d42f2d5454b0f84ebe383.zip |
move virtual member calls from unregisterdialog constructor into postInit.
Diffstat (limited to 'src/gui/windows/unregisterdialog.h')
-rw-r--r-- | src/gui/windows/unregisterdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/unregisterdialog.h b/src/gui/windows/unregisterdialog.h index 63155d2eb..5b5587794 100644 --- a/src/gui/windows/unregisterdialog.h +++ b/src/gui/windows/unregisterdialog.h @@ -51,6 +51,8 @@ class UnRegisterDialog final : public Window, public gcn::ActionListener ~UnRegisterDialog(); + void postInit() override; + /** * Called when receiving actions from the widgets. */ |