Add some missing override labels.
[dcpomatic.git] / src / lib / string_text_file_decoder.h
index aa8c80e6e9152341d2f114a0118e4934dcf3fc4e..5887f34c61f81fed1bdfaa9fc923273b4c122392 100644 (file)
@@ -31,10 +31,10 @@ class StringTextFileDecoder : public Decoder, public StringTextFile
 public:
        StringTextFileDecoder (std::shared_ptr<const Film> film, std::shared_ptr<const StringTextFileContent>);
 
-       void seek (dcpomatic::ContentTime time, bool accurate);
-       bool pass ();
+       void seek (dcpomatic::ContentTime time, bool accurate) override;
+       bool pass () override;
 
-       std::vector<dcpomatic::FontData> fonts () const;
+       std::vector<dcpomatic::FontData> fonts () const override;
 
 private:
        dcpomatic::ContentTimePeriod content_time_period (sub::Subtitle s) const;