X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.h;h=ab3906854f79e38ca192fead4ca744f79ff4291f;hb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;hp=04a0a41103b858a2a483c7b97e8ff75c2b3fcb68;hpb=e71eaecb9a31304fe5e096ea29660ea25c1bfa9f;p=builder.git diff --git a/source/component.h b/source/component.h index 04a0a41..ab39068 100644 --- a/source/component.h +++ b/source/component.h @@ -52,7 +52,7 @@ protected: bool install; std::string install_headers; BuildInfo build_info; - std::list requires; + PkgRefList requires; }; typedef std::list ComponentList;