X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fbinary.h;h=8f401c5e7aa58a6e89a4feb3ae58880b2d3b2bfc;hb=cf23d115a29fc143fe367ca57097fa82f7cb9a34;hp=143835cea7c408101e3a2e22a358c6cb733d4848;hpb=1df42c314669f30fe1d82f02fdfeeff19f92964e;p=builder.git diff --git a/source/lib/binary.h b/source/lib/binary.h index 143835c..8f401c5 100644 --- a/source/lib/binary.h +++ b/source/lib/binary.h @@ -24,6 +24,7 @@ protected: Binary(Builder &, const Component &, const std::string &, const std::vector &); public: + const std::vector &get_objects() const { return objects; } void collect_build_info(BuildInfo &) const override; protected: