X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Flib%2Fencode_server.h;h=f93d667467a0a4fe439651fe540d7dd3107e68fe;hb=7108fbbd446f7e895460e64a3e789f4665c90b0b;hp=0ca60f3f3debf8c0b423618dcccc9d0f908d3955;hpb=c3ce1bf707fb5308f4b96cb96ed6e8d29335a319;p=dcpomatic.git diff --git a/src/lib/encode_server.h b/src/lib/encode_server.h index 0ca60f3f3..f93d66746 100644 --- a/src/lib/encode_server.h +++ b/src/lib/encode_server.h @@ -51,10 +51,10 @@ public: EncodeServer (bool verbose, int num_threads); ~EncodeServer (); - void run (); + void run () override; private: - void handle (std::shared_ptr); + void handle (std::shared_ptr) override; void worker_thread (); int process (std::shared_ptr socket, struct timeval &, struct timeval &); void broadcast_thread ();