Fix hang in client_server tests.
[dcpomatic.git] / src / lib / server.h
index a72d360261123641f5e21763c18bd3dd552482af..747c516a2ba0a5df685f42177b8c16537643cf8a 100644 (file)
@@ -35,6 +35,7 @@ public:
        virtual ~Server ();
 
        virtual void run ();
+       void stop ();
 
 protected:
        boost::mutex _mutex;