diff options
Diffstat (limited to 'src/gui/unregisterdialog.h')
-rw-r--r-- | src/gui/unregisterdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/unregisterdialog.h b/src/gui/unregisterdialog.h index 5d583a07b..5bfb70f39 100644 --- a/src/gui/unregisterdialog.h +++ b/src/gui/unregisterdialog.h @@ -52,7 +52,7 @@ class UnRegisterDialog final : public Window, public gcn::ActionListener */ UnRegisterDialog(LoginData *const loginData); - A_DELETE_COPY(UnRegisterDialog); + A_DELETE_COPY(UnRegisterDialog) ~UnRegisterDialog(); |