Add some missing override labels.
[dcpomatic.git] / src / lib / encode_server.h
index 0ca60f3f3debf8c0b423618dcccc9d0f908d3955..f93d667467a0a4fe439651fe540d7dd3107e68fe 100644 (file)
@@ -51,10 +51,10 @@ public:
        EncodeServer (bool verbose, int num_threads);
        ~EncodeServer ();
 
-       void run ();
+       void run () override;
 
 private:
-       void handle (std::shared_ptr<Socket>);
+       void handle (std::shared_ptr<Socket>) override;
        void worker_thread ();
        int process (std::shared_ptr<Socket> socket, struct timeval &, struct timeval &);
        void broadcast_thread ();