]> git.tdb.fi Git - builder.git/blobdiff - source/sourcefile.h
Don't treat using deprecated declarations as errors
[builder.git] / source / sourcefile.h
index 30a5080b8a0be51a14b42ddf55a61de32ca35393..bdb657f83345171ffcdb608c176f525da5431c90 100644 (file)
@@ -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