]> git.tdb.fi Git - builder.git/blobdiff - source/component.h
Code reorganizing and cleanup
[builder.git] / source / component.h
index 04a0a41103b858a2a483c7b97e8ff75c2b3fcb68..ab3906854f79e38ca192fead4ca744f79ff4291f 100644 (file)
@@ -52,7 +52,7 @@ protected:
        bool        install;
        std::string install_headers;
        BuildInfo   build_info;
-       std::list<PackageRef> requires;
+       PkgRefList  requires;
 };
 typedef std::list<Component> ComponentList;