]> git.tdb.fi Git - builder.git/blobdiff - source/config.h
Change mspparser -> mspdatafile
[builder.git] / source / config.h
index e35743a3050e5ff1c4c979be8b5b9d5d2c57fcbf..1b7f853b21d11312ec3cecaeea0a8e7b21ac7bc6 100644 (file)
@@ -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 <map>
 #include <string>
-#include <msp/parser/loader.h>
+#include <msp/datafile/loader.h>
 #include <msp/path/path.h>
 #include <msp/time/timestamp.h>
 #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 &);