diff options
Diffstat (limited to 'src/gui/windows/unregisterdialog.h')
-rw-r--r-- | src/gui/windows/unregisterdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/unregisterdialog.h b/src/gui/windows/unregisterdialog.h index 4e2ab4adc..aaba439ad 100644 --- a/src/gui/windows/unregisterdialog.h +++ b/src/gui/windows/unregisterdialog.h @@ -52,12 +52,12 @@ class UnRegisterDialog final : public Window, ~UnRegisterDialog(); - void postInit() final; + void postInit() override final; /** * Called when receiving actions from the widgets. */ - void action(const ActionEvent &event) final; + void action(const ActionEvent &event) override final; private: LoginData *mLoginData A_NONNULLPOINTER; |