]> git.tdb.fi Git - builder.git/blobdiff - source/builder.cpp
Change mspparser -> mspdatafile
[builder.git] / source / builder.cpp
index 336cc8453c118e519b266c8a2ebc8c757385e9dc..98e2a0721c0895308f19c828d9a01eb22c9c3c3f 100644 (file)
@@ -10,7 +10,7 @@ Distributed under the LGPL
 #include <set>
 #include <msp/core/error.h>
 #include <msp/core/getopt.h>
-#include <msp/parser/parser.h>
+#include <msp/datafile/parser.h>
 #include <msp/path/utils.h>
 #include <msp/strings/utils.h>
 #include <msp/time/units.h>
@@ -486,7 +486,7 @@ int Builder::load_build_file(const Path::Path &fn)
        if(!in)
                return -1;
 
-       Parser::Parser parser(in, fn.str());
+       DataFile::Parser parser(in, fn.str());
        Loader loader(*this, fn.subpath(0, fn.size()-1));
        loader.load(parser);