X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fbuilder.h;h=28379ed73a452409ad66715fc134e3a60365f754;hb=2c42374a95a76dcb28eaf3e5d85d321fafe62b38;hp=6dc29f098d2a22a714594c4dab1262de2a65df72;hpb=9ae890e43e26a651ce564db87b9c0f01f51f5eb8;p=builder.git diff --git a/source/lib/builder.h b/source/lib/builder.h index 6dc29f0..28379ed 100644 --- a/source/lib/builder.h +++ b/source/lib/builder.h @@ -111,7 +111,10 @@ public: const Logger &get_logger() const { return *logger; } std::vector collect_problems() const; +private: + void collect_broken_packages(const Package &, std::vector &) const; +public: /** Loads a build file. If opts is not null, it is used to configure any packages loaded from this file. If all is true, external packages are also configured. */