X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Ffreenet%2Fcaptcha%2Ficaptcha.h;h=a579754eceddbd5b4a737cffab073d99129165a0;hb=dabd19d7f764b8275c9c8370c7b89675b6a78243;hp=a3a23b477f96205d3651bd9ce386983397fe6b25;hpb=d8f51eac91f86a1e00a05a5058a8fa9eb8732464;p=fms.git diff --git a/include/freenet/captcha/icaptcha.h b/include/freenet/captcha/icaptcha.h index a3a23b4..a579754 100644 --- a/include/freenet/captcha/icaptcha.h +++ b/include/freenet/captcha/icaptcha.h @@ -6,6 +6,8 @@ class ICaptcha { public: + ICaptcha() {}; + virtual ~ICaptcha() {}; virtual void Generate()=0;