X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fsourcepackage.h;h=97c8d61a6fb7914494c31475a8423e8954d3d66c;hb=0dea0d850f6690de07933794592916d11c9d3f49;hp=f2740199387110add553ffe021c51ef8014f8ecb;hpb=592fa2bca4e973678cbdc86802fe1c151b40e04d;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index f274019..97c8d61 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -28,7 +28,7 @@ A package that can be built by Builder. class SourcePackage: public Package { public: - class Loader: public Msp::DataFile::DerivedObjectLoader + class Loader: public Msp::DataFile::DerivedObjectLoader { private: const Config::InputOptions *options; @@ -55,6 +55,8 @@ public: typedef std::list ComponentList; private: + typedef std::list FeatureList; + std::string version; std::string description;