X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=blur_effect.h;h=d90f99aeaf75bb9a8de28bcfe3e0ec48bb141c74;hb=5058b68995b5d39042df42df06d55559ee535d38;hp=b47d89b82722a287318e4eef2a344e98330518a1;hpb=879854382e1f6db14812cd6bd5390ca01f4b1d5a;p=movit diff --git a/blur_effect.h b/blur_effect.h index b47d89b..d90f99a 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(EffectChain *chain, Effect *input); + virtual void add_self_to_effect_chain(EffectChain *chain, const std::vector &input); virtual bool set_float(const std::string &key, float value); private: