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