summaryrefslogtreecommitdiff
path: root/src/lib/server_finder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-30 23:10:49 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-30 23:10:49 +0000
commit6670f11c639e3515256f4f0eb3699e02155f67c9 (patch)
tree1bdd2045e2cd2cb988a2bf209fecc0cb29e817b1 /src/lib/server_finder.h
parentf87a0f16f8cee026ee33c3a46b93b43d4b3cf5ff (diff)
Handle exceptions thrown from ServerFinder.
Diffstat (limited to 'src/lib/server_finder.h')
-rw-r--r--src/lib/server_finder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/server_finder.h b/src/lib/server_finder.h
index 01e26f7df..202bee8f9 100644
--- a/src/lib/server_finder.h
+++ b/src/lib/server_finder.h
@@ -20,7 +20,7 @@
#include <boost/signals2.hpp>
#include "server.h"
-class ServerFinder
+class ServerFinder : public ExceptionStore
{
public:
void connect (boost::function<void (ServerDescription)>);