X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=colorspace_conversion_effect.h;h=323526b4978d53a9250b352be56371e5082d800a;hb=dfc674ba521d6c596399deff06afc2eb1b7b49d7;hp=3b21804cac103f56b2d71eaecc7ae93139266b3f;hpb=17c083aad45a10df14c38cfe879a87220dfd4fb9;p=movit diff --git a/colorspace_conversion_effect.h b/colorspace_conversion_effect.h index 3b21804..323526b 100644 --- a/colorspace_conversion_effect.h +++ b/colorspace_conversion_effect.h @@ -9,7 +9,7 @@ public: ColorSpaceConversionEffect(); std::string output_fragment_shader(); - virtual bool needs_srgb_primaries() { return false; } + virtual bool needs_srgb_primaries() const { return false; } private: ColorSpace source_space, destination_space;