X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.h;h=20461fb6187f6f975ef31881f538d1de74b53527;hb=5881b8499dc159564d2f69c3b037e16b4d1af4db;hp=5b4ffd0474bc8a1e2f79c060e58193edb77cd20d;hpb=90bc57276bd8d82f4d95558ab7afc702edd4bdd2;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index 5b4ffd0..20461fb 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -51,6 +51,8 @@ public: void tar_file(const std::string &); }; + typedef std::list ComponentList; + private: std::string version; std::string description;