X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.h;h=d0ed95b7665b4e36b864bee4ace5508e8f58d68f;hp=da4f74d0f4dee5b9c586e6798f24e612b27ba1e6;hb=f898f4106a13b1efdbad85037781f785c2064a76;hpb=048e90293b5f5ed4b922d60c4cb47c4b5d24b85e diff --git a/effect.h b/effect.h index da4f74d..d0ed95b 100644 --- a/effect.h +++ b/effect.h @@ -50,6 +50,8 @@ void set_uniform_mat3(GLuint glsl_program_num, const std::string &prefix, const class Effect { public: + virtual ~Effect() {} + // An identifier for this type of effect, mostly used for debug output // (but some special names, like "ColorSpaceConversionEffect", holds special // meaning). Same as the class name is fine.