diff options
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index e799c8469..9fcba560f 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -86,7 +86,7 @@ private: void terminate_threads (); void broadcast_thread (); void listen_thread (); - void add_worker_thread (ServerDescription); + void add_worker_threads (ServerDescription); /** Film that we are encoding */ boost::shared_ptr<const Film> _film; |
