X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcefile.h;h=bdb657f83345171ffcdb608c176f525da5431c90;hb=ec7da8076eede6c47126c8e58e478b9c93d73f5f;hp=30a5080b8a0be51a14b42ddf55a61de32ca35393;hpb=2aaad259f2dff58c1e909f1e6d83961e78fd7d3e;p=builder.git diff --git a/source/sourcefile.h b/source/sourcefile.h index 30a5080..bdb657f 100644 --- a/source/sourcefile.h +++ b/source/sourcefile.h @@ -6,7 +6,8 @@ class SourceFile: public FileTarget { protected: - SourceFile(Builder &, const Component *, const Msp::FS::Path &); + SourceFile(Builder &, const Msp::FS::Path &); + SourceFile(Builder &, const Component &, const Msp::FS::Path &); }; #endif