Add some missing override labels.
[dcpomatic.git] / src / lib / ffmpeg_image_proxy.h
index 48317ed75c7ae16d3d3d61c30e729a9ec9c4976c..b2b0260b5437eab63ae99bc66e8d30ad76349ddd 100644 (file)
@@ -34,12 +34,12 @@ public:
        Result image (
                Image::Alignment alignment,
                boost::optional<dcp::Size> size = boost::optional<dcp::Size> ()
-               ) const;
+               ) const override;
 
-       void add_metadata (xmlpp::Node *) const;
-       void write_to_socket (std::shared_ptr<Socket>) const;
-       bool same (std::shared_ptr<const ImageProxy> other) const;
-       size_t memory_used () const;
+       void add_metadata (xmlpp::Node *) const override;
+       void write_to_socket (std::shared_ptr<Socket>) const override;
+       bool same (std::shared_ptr<const ImageProxy> other) const override;
+       size_t memory_used () const override;
 
        int avio_read (uint8_t* buffer, int const amount);
        int64_t avio_seek (int64_t const pos, int whence);