Fix/hide some warnings.
[libdcp.git] / src / gamma_transfer_function.h
index a7bdd44d940e157302ad04df774a78809c964bd8..8402d6af23004add106a03484f50bcfcd90873e8 100644 (file)
@@ -55,10 +55,10 @@ public:
                return _gamma;
        }
 
-       bool about_equal (std::shared_ptr<const TransferFunction> other, double epsilon) const;
+       bool about_equal (std::shared_ptr<const TransferFunction> other, double epsilon) const override;
 
 protected:
-       double * make_lut (int bit_depth, bool inverse) const;
+       double * make_lut (int bit_depth, bool inverse) const override;
 
 private:
        double _gamma;