diff options
Diffstat (limited to 'src/gui/serverdialog.h')
-rw-r--r-- | src/gui/serverdialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/serverdialog.h b/src/gui/serverdialog.h index c5f7d26e8..2939a7628 100644 --- a/src/gui/serverdialog.h +++ b/src/gui/serverdialog.h @@ -58,6 +58,8 @@ class ServersListModel final : public gcn::ListModel ServersListModel(ServerInfos *const servers, ServerDialog *const parent); + A_DELETE_COPY(ServersListModel); + /** * Used to get number of line in the list */ @@ -103,6 +105,8 @@ class ServerDialog : public Window, */ ServerDialog(ServerInfo *const serverInfo, const std::string &dir); + A_DELETE_COPY(ServerDialog); + /** * Destructor */ |