X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobjcsourcefile.h;h=37f79a3f1f1b9d852857859ef900bb92cd5f185f;hb=f0c0d720edc01f5faa72bb4ff4bf655445842678;hp=fda3d293ed8079d452eb6452ffd7a029449d5c14;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/objcsourcefile.h b/source/objcsourcefile.h index fda3d29..37f79a3 100644 --- a/source/objcsourcefile.h +++ b/source/objcsourcefile.h @@ -9,8 +9,7 @@ Represents an Objective-C source file. class ObjCSourceFile: public CSourceFile { public: - ObjCSourceFile(Builder &, const Msp::FS::Path &); - ObjCSourceFile(Builder &, const Component &, const Msp::FS::Path &); + using CSourceFile::CSourceFile; const char *get_type() const override { return "ObjCSourceFile"; }