From 71d7483a1d35a7068c456dfe6d3c0e54f1ae71a3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 17 Oct 2013 21:33:53 +0300 Subject: add postinit function into window. use postinit for call virtual functions in charselectdialog. --- src/gui/widgets/window.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/widgets/window.h') diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 79d7053b0..ebc44e584 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -236,6 +236,10 @@ class Window : public gcn::Window, void setSaveVisible(const bool save) { mSaveVisible = save; } + virtual void postInit() + { + } + /** * Returns the parent window. * -- cgit v1.2.3-60-g2f50