From 2980c3ca3737afaf39cc8a8595737f131adacf5d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 13 Jun 2017 21:53:58 +0300 Subject: Fix virtual member call in Window constructor. --- src/gui/widgets/window.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/widgets/window.h') diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index e371de36f..d089680af 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -298,8 +298,7 @@ class Window notfinal : public BasicContainer2, void setSaveVisible(const bool save) { mSaveVisible = save; } - void postInit() override - { mInit = true; } + void postInit() override; /** * Returns the parent window. -- cgit v1.2.3-70-g09d2