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