X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=blur_effect.h;h=b47d89b82722a287318e4eef2a344e98330518a1;hp=3f86e1797529d6aadc06ba08611abfde5083a269;hb=879854382e1f6db14812cd6bd5390ca01f4b1d5a;hpb=5d38e4d0b4293f73fdfd9a2c952f4e3722dd60e3 diff --git a/blur_effect.h b/blur_effect.h index 3f86e17..b47d89b 100644 --- a/blur_effect.h +++ b/blur_effect.h @@ -26,7 +26,7 @@ public: virtual bool needs_texture_bounce() const { return true; } virtual bool needs_mipmaps() const { return true; } - virtual void add_self_to_effect_chain(std::vector *chain); + virtual void add_self_to_effect_chain(EffectChain *chain, Effect *input); virtual bool set_float(const std::string &key, float value); private: