Add some missing override labels.
[dcpomatic.git] / src / lib / examine_content_job.h
index 9437942dc0aa659e748c8d507fe2d75e776b40ef..601b285844a0466dd66f5e652cb582602028ea8f 100644 (file)
@@ -31,9 +31,9 @@ public:
        ExamineContentJob (std::shared_ptr<const Film>, std::shared_ptr<Content>);
        ~ExamineContentJob ();
 
-       std::string name () const;
-       std::string json_name () const;
-       void run ();
+       std::string name () const override;
+       std::string json_name () const override;
+       void run () override;
 
        std::shared_ptr<Content> content () const {
                return _content;