X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fconfig.h;h=1b7f853b21d11312ec3cecaeea0a8e7b21ac7bc6;hb=bb5c048950a011f181cb3235ed2b0b2677869171;hp=e35743a3050e5ff1c4c979be8b5b9d5d2c57fcbf;hpb=b6dcf65b5e1b99f6c65454358c7610f3e9c8af2b;p=builder.git diff --git a/source/config.h b/source/config.h index e35743a..1b7f853 100644 --- a/source/config.h +++ b/source/config.h @@ -1,9 +1,16 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef CONFIG_H_ #define CONFIG_H_ #include #include -#include +#include #include #include #include "misc.h" @@ -43,7 +50,7 @@ public: void finish(); void save() const; private: - class Loader: public Msp::Parser::Loader + class Loader: public Msp::DataFile::Loader { public: Loader(Config &);