X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fconfig.cpp;h=74c3741466ae33131aa58d76551467c174f25dd6;hb=bb5c048950a011f181cb3235ed2b0b2677869171;hp=854c7e817d39f58876132a9bd5a482cafd64c3d5;hpb=ab25857fd626152bc9a2832de82b400c062857e6;p=builder.git diff --git a/source/config.cpp b/source/config.cpp index 854c7e8..74c3741 100644 --- a/source/config.cpp +++ b/source/config.cpp @@ -214,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); }