diff options
Diffstat (limited to 'src/gui/widgets/popup.h')
-rw-r--r-- | src/gui/widgets/popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |