X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain.h;h=7731b54ad5458db41988f0f1d39e2a8b47ae5802;hb=1ca4785183b5af9a2a255bba0a28dfdae156470a;hp=741b83d75954b1d9737f5870260504a6b6980a36;hpb=898a2140fa78eecb3552f63f021c608b239f969c;p=movit diff --git a/effect_chain.h b/effect_chain.h index 741b83d..7731b54 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -40,7 +40,7 @@ private: Phase *phase; // Used during the building of the effect chain. - ColorSpace output_color_space; + Colorspace output_color_space; GammaCurve output_gamma_curve; friend class EffectChain;