X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarycomponent.h;h=c31fff2582eff09ee327ad4021fd3c49b97cea7e;hb=3938f8030b1f62802decce19777ce70fdafaff10;hp=7c8453420b2cd1cbef60f9cf53829507898e577a;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/binarycomponent.h b/source/binarycomponent.h index 7c84534..c31fff2 100644 --- a/source/binarycomponent.h +++ b/source/binarycomponent.h @@ -22,10 +22,8 @@ public: }; private: - typedef std::list UseList; - Type type; - UseList uses; + std::list uses; public: BinaryComponent(SourcePackage &, const std::string &, Type);