]> git.tdb.fi Git - builder.git/blobdiff - source/installcomponent.h
Inline simple constructors
[builder.git] / source / installcomponent.h
index 412bd0b58c5b6cfd5ca32ac3b2c7fbc9de42c406..457256d6d14be9863672e42e7268cce5ebdb9b39 100644 (file)
@@ -6,7 +6,7 @@
 class InstallComponent: public Component
 {
 public:
-       InstallComponent(SourcePackage &, const std::string &);
+       InstallComponent(SourcePackage &p, const std::string &n): Component(p, n) { }
 
        void create_targets() const override;
 };