Fix/hide some warnings.
[libdcp.git] / src / s_gamut3_transfer_function.h
index 88a6a65abde8f92e48c4e7060f4a46345d99041a..0d297e8b2d6a6ea925f8db84c0d817625b65c61c 100644 (file)
@@ -46,10 +46,10 @@ namespace dcp {
 class SGamut3TransferFunction : public TransferFunction
 {
 public:
-       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;
 };