Fix/hide some warnings.
[libdcp.git] / src / sound_asset.h
index 79edea96b7992dc15d05d30e319cb2073424a5b2..799e671ce77726616a38d7017d8f4c3106036a2d 100644 (file)
@@ -82,7 +82,7 @@ public:
                std::shared_ptr<const Asset> other,
                EqualityOptions opt,
                NoteHandler note
-               ) const;
+               ) const override;
 
        /** @return number of channels */
        int channels () const {
@@ -115,7 +115,7 @@ private:
                boost::filesystem::path path, std::string suffix, dcp::MXFMetadata mxf_meta, std::string language, int frames, int sample_rate
                );
 
-       std::string pkl_type (Standard standard) const {
+       std::string pkl_type (Standard standard) const override {
                return static_pkl_type (standard);
        }