Make stop() private and use drop() instead.
[dcpomatic.git] / test / test.cc
index 615e9d3bcd529274f031e76e681ceebdb3efe75d..3d8c91b267e7a7792aad484ae43bd5df00652e92 100644 (file)
@@ -161,7 +161,7 @@ struct TestConfig
                setup_test_config ();
                capture_ffmpeg_logs();
 
-               EncodeServerFinder::instance()->stop ();
+               EncodeServerFinder::drop();
 
                signal_manager = new TestSignalManager ();