Add some missing override labels.
[dcpomatic.git] / src / lib / combine_dcp_job.h
index 4a7e02b8b4e2d055c3947748d52c8ddc5a12b8a1..5311ddd3e956cc815d1215ff02d8f6772fedd4a0 100644 (file)
@@ -28,9 +28,9 @@ class CombineDCPJob : public Job
 public:
        CombineDCPJob (std::vector<boost::filesystem::path> inputs, boost::filesystem::path output, std::string annotation_text);
 
-       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;
 
 private:
        std::vector<boost::filesystem::path> _inputs;