From 33dc4573f4defbfb40b62d2d5ee1ed8f423c9db7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Jun 2015 15:57:45 +0300 Subject: Add to Widget class method postInit(). --- src/gui/widgets/popup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/popup.h') diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h index fb00930bb..a784990ec 100644 --- a/src/gui/widgets/popup.h +++ b/src/gui/widgets/popup.h @@ -173,7 +173,7 @@ class Popup notfinal : public Container, bool isPopupVisible() const { return mVisible == Visible_true; } - virtual void postInit() + void postInit() override { mInit = true; } protected: -- cgit v1.2.3-60-g2f50