]> git.tdb.fi Git - builder.git/blobdiff - source/config.cpp
Change mspparser -> mspdatafile
[builder.git] / source / config.cpp
index e7207ce8a249151a112afe6b6a4f393a7de82b9b..74c3741466ae33131aa58d76551467c174f25dd6 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <fstream>
 #include <msp/core/error.h>
 #include <msp/path/utils.h>
@@ -207,7 +214,7 @@ void Config::load()
        Path::stat(fn, st);
        mtime=Time::TimeStamp::from_unixtime(st.st_mtime);
 
-       Parser::Parser parser(in, fn.str());
+       DataFile::Parser parser(in, fn.str());
        Loader loader(*this);
        loader.load(parser);
 }