diff options
Diffstat (limited to 'src/gui/popups/createpartypopup.h')
-rw-r--r-- | src/gui/popups/createpartypopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/createpartypopup.h b/src/gui/popups/createpartypopup.h index 82a220cec..ad44928e7 100644 --- a/src/gui/popups/createpartypopup.h +++ b/src/gui/popups/createpartypopup.h @@ -54,7 +54,7 @@ class CreatePartyPopup final : public Popup, mBrowserBox->addRow(strprintf("@@cancel|%s@@", _("Cancel"))); } - void postInit() + void postInit() override final { add(mBrowserBox); setContentSize(mBrowserBox->getWidth() + 8, |