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