X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcsourcefile.h;h=c57654a4cd6334cd98baba915baca1c1c75ca521;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=da966eb68ae33faae233e0abf344370cfe4a33e2;hpb=d1f9551e05c9d341149eb490e05b1465d3d6b711;p=builder.git diff --git a/source/csourcefile.h b/source/csourcefile.h index da966eb..c57654a 100644 --- a/source/csourcefile.h +++ b/source/csourcefile.h @@ -13,7 +13,7 @@ protected: std::vector 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"; }