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