]> git.tdb.fi Git - builder.git/blobdiff - source/csourcefile.h
Inline simple constructors
[builder.git] / source / csourcefile.h
index da966eb68ae33faae233e0abf344370cfe4a33e2..c57654a4cd6334cd98baba915baca1c1c75ca521 100644 (file)
@@ -13,7 +13,7 @@ protected:
        std::vector<std::string> includes;
 
 public:
-       CSourceFile(Builder &, const Msp::FS::Path &);
+       CSourceFile(Builder &b, const Msp::FS::Path &p): SourceFile(b, p) { }
        CSourceFile(Builder &, const Component &, const Msp::FS::Path &);
 
        const char *get_type() const override { return "CSourceFile"; }