diff options
Diffstat (limited to 'src/gui/windows/registerdialog.h')
-rw-r--r-- | src/gui/windows/registerdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/registerdialog.h b/src/gui/windows/registerdialog.h index e4c848a6c..bc089a559 100644 --- a/src/gui/windows/registerdialog.h +++ b/src/gui/windows/registerdialog.h @@ -77,7 +77,7 @@ class RegisterDialog final : public Window, */ ~RegisterDialog(); - void postInit(); + void postInit() override; /** * Called when receiving actions from the widgets. |