X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Ffreenet%2Fcaptcha%2Ficaptcha.h;h=a579754eceddbd5b4a737cffab073d99129165a0;hp=a3a23b477f96205d3651bd9ce386983397fe6b25;hb=b7f3b3e6ae9dc527f02b5c06e2eeae0e9cac3ad8;hpb=f8c0410b12183ecb40aafbb44086fa146b25b528 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;