]> git.tdb.fi Git - builder.git/blobdiff - source/sourcefile.h
Inline simple constructors
[builder.git] / source / sourcefile.h
index bdb657f83345171ffcdb608c176f525da5431c90..16521a5576e60fd8e384bb70ffc239d37ab554b2 100644 (file)
@@ -6,7 +6,7 @@
 class SourceFile: public FileTarget
 {
 protected:
-       SourceFile(Builder &, const Msp::FS::Path &);
+       SourceFile(Builder &b, const Msp::FS::Path &p): FileTarget(b, p) { }
        SourceFile(Builder &, const Component &, const Msp::FS::Path &);
 };