X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuildinfo.h;h=d891439377c9d0ba440a4e8568a981d5af82deb4;hb=bb5c048950a011f181cb3235ed2b0b2677869171;hp=10fd3bec439c3ad6a16379e6453d1e877325f0d1;hpb=74266a6e650f019063cdcd1c9a7bd26d8f99041b;p=builder.git diff --git a/source/buildinfo.h b/source/buildinfo.h index 10fd3be..d891439 100644 --- a/source/buildinfo.h +++ b/source/buildinfo.h @@ -1,9 +1,16 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef BUILDINFO_H_ #define BUILDINFO_H_ #include #include -#include +#include #include "misc.h" /** @@ -13,7 +20,7 @@ form. Allows combining with other BuildInfos to support package dependencies. class BuildInfo { public: - class Loader: public Msp::Parser::Loader + class Loader: public Msp::DataFile::Loader { public: Loader(BuildInfo &);