X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=d2d7598eda39445aa14596d421c67f1e64e27d2a;hb=bb5c048950a011f181cb3235ed2b0b2677869171;hp=ba20fe3234f2987916bd00dedab1bf2dc961134f;hpb=ab25857fd626152bc9a2832de82b400c062857e6;p=builder.git diff --git a/source/builder.h b/source/builder.h index ba20fe3..d2d7598 100644 --- a/source/builder.h +++ b/source/builder.h @@ -12,7 +12,7 @@ Distributed under the LGPL #include #include #include -#include +#include #include #include "config.h" #include "misc.h" @@ -48,7 +48,7 @@ public: static void usage(const char *, const char *, bool); private: - class Loader: public Msp::Parser::Loader + class Loader: public Msp::DataFile::Loader { public: Loader(Builder &, const Msp::Path::Path &);