X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcomponent.h;h=36cd83e8a800795569c5d3a05d26c330677d37ec;hb=bb5c048950a011f181cb3235ed2b0b2677869171;hp=143de983cb91e66c232cbd0590e0a47236e992ed;hpb=ab25857fd626152bc9a2832de82b400c062857e6;p=builder.git diff --git a/source/component.h b/source/component.h index 143de98..36cd83e 100644 --- a/source/component.h +++ b/source/component.h @@ -9,7 +9,7 @@ Distributed under the LGPL #define COMPONENT_H_ #include -#include +#include #include #include "buildinfo.h" #include "misc.h" @@ -27,7 +27,7 @@ class Component { public: /// Loads a Component from file. Used from Package::Loader. - class Loader: public Msp::Parser::Loader + class Loader: public Msp::DataFile::Loader { public: Loader(Component &);