From 7ae514af0aea1b953a93f88d5507e6c1dd675908 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Jul 2015 13:37:35 +0100 Subject: Better updating of servers list when things change. --- src/lib/encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/encoder.h') diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 6bbdda4c5..85bc6ae99 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -83,7 +83,7 @@ private: void encoder_thread (boost::optional); void terminate_threads (); void add_worker_threads (ServerDescription); - void server_found (ServerDescription); + void servers_list_changed (); /** Film that we are encoding */ boost::shared_ptr _film; -- cgit v1.2.3