X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=lib%2Futils%2Fconfigfile.h;h=90862da82fff9559e4c6dd8855ffc873140e8fc7;hb=f54737bb28bec638b9f436d023b9f21fec2caadd;hp=5c2de647c51a8e502625645ae584e843cc2d27e4;hpb=ef57479f613b900b73eba8e8f4d026aae0de25cc;p=supertux.git diff --git a/lib/utils/configfile.h b/lib/utils/configfile.h index 5c2de647c..90862da82 100644 --- a/lib/utils/configfile.h +++ b/lib/utils/configfile.h @@ -27,7 +27,9 @@ namespace SuperTux { FILE * opendata(const std::string& filename, const char * mode); class Config { - public: +public: + virtual ~Config() + { } void load (); void save (); virtual void customload(const lisp::Lisp* )