]> git.tdb.fi Git - builder.git/blobdiff - source/binarycomponent.h
Inline simple constructors
[builder.git] / source / binarycomponent.h
index eca9508fd26da06b3fdfbe87486131d7fc2f9e02..ef145da49da7b6bdea0649412b6782318641d182 100644 (file)
@@ -26,7 +26,7 @@ private:
        std::vector<const Component *> uses;
 
 public:
-       BinaryComponent(SourcePackage &, const std::string &, Type);
+       BinaryComponent(SourcePackage &p, const std::string &n, Type t): Component(p, n), type(t) { }
 
        Type get_type() const { return type; }