]> git.tdb.fi Git - builder.git/blobdiff - source/objcsourcefile.h
Inline simple constructors
[builder.git] / source / objcsourcefile.h
index fda3d293ed8079d452eb6452ffd7a029449d5c14..37f79a3f1f1b9d852857859ef900bb92cd5f185f 100644 (file)
@@ -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"; }