X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=7731b54ad5458db41988f0f1d39e2a8b47ae5802;hp=741b83d75954b1d9737f5870260504a6b6980a36;hb=1ca4785183b5af9a2a255bba0a28dfdae156470a;hpb=1727b0714398fc4f318048d457a35ca58bc30b59 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;