diff options
Diffstat (limited to 'src/gui/windows/changepassworddialog.h')
-rw-r--r-- | src/gui/windows/changepassworddialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/changepassworddialog.h b/src/gui/windows/changepassworddialog.h index dd5c0d152..97531a7c0 100644 --- a/src/gui/windows/changepassworddialog.h +++ b/src/gui/windows/changepassworddialog.h @@ -53,7 +53,7 @@ class ChangePasswordDialog final : public Window, /** * Destructor */ - ~ChangePasswordDialog(); + ~ChangePasswordDialog() override final; /** * Called when receiving actions from the widgets. |