X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=glow_effect.h;h=1b5644ba62db9a835e911484e21897b3bb1abf27;hb=f99ad333a7acbb6c8c995dbb036484ae8940c490;hp=7ee164dceab630d2d1ab2f7573ce4f581bbb037a;hpb=ef7665d0d3854b3464800d8d7fef9a90f14d9a9f;p=movit diff --git a/glow_effect.h b/glow_effect.h index 7ee164d..1b5644b 100644 --- a/glow_effect.h +++ b/glow_effect.h @@ -11,6 +11,7 @@ class MixEffect; class GlowEffect : public Effect { public: GlowEffect(); + virtual std::string effect_type_id() const { return "GlowEffect"; } virtual bool needs_srgb_primaries() const { return false; }