X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=colorspace_conversion_effect.h;h=323526b4978d53a9250b352be56371e5082d800a;hp=3b21804cac103f56b2d71eaecc7ae93139266b3f;hb=86b456fd6112ba54dd890c4f8be408d297de07d5;hpb=17c083aad45a10df14c38cfe879a87220dfd4fb9 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;