summaryrefslogtreecommitdiff
path: root/src/wx/servers_list_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/servers_list_dialog.h')
-rw-r--r--src/wx/servers_list_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/servers_list_dialog.h b/src/wx/servers_list_dialog.h
index 27a3c55cb..3804d2a7e 100644
--- a/src/wx/servers_list_dialog.h
+++ b/src/wx/servers_list_dialog.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -31,4 +31,6 @@ private:
std::list<ServerDescription> _servers;
wxListCtrl* _list;
+
+ boost::signals2::scoped_connection _server_finder_connection;
};