X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarypackage.h;h=b96015589e04ea45c164ecbb92fae08fc8c109e4;hb=c5169863e1ec3060d3bdc3b8c0317710ce8c3ee3;hp=f015ee55de9dbcf76386bfaa3b7aa9737d7dadc5;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/binarypackage.h b/source/binarypackage.h index f015ee5..b960155 100644 --- a/source/binarypackage.h +++ b/source/binarypackage.h @@ -19,13 +19,11 @@ public: void header(const std::string &); }; - typedef std::vector Flags; + using Flags = std::vector; private: - typedef std::list HeaderList; - Msp::FS::Path base_path; - HeaderList headers; + std::list headers; BuildInfo static_binfo; public: