Make stop() private and use drop() instead.
[dcpomatic.git] / src / lib / encode_server_finder.h
index f8a30af54b295f9a3d6906bd5ab3b878ee6fe805..c478387f9bbaaaaaf799d4ca237382decb1b904e 100644 (file)
@@ -50,8 +50,6 @@ public:
        static EncodeServerFinder* instance ();
        static void drop ();
 
-       void stop ();
-
        std::list<EncodeServerDescription> servers () const;
 
        /** Emitted whenever the list of servers changes */
@@ -62,6 +60,7 @@ private:
        ~EncodeServerFinder ();
 
        void start ();
+       void stop ();
 
        void search_thread ();
        void listen_thread ();