X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobjcsourcefile.h;h=fda3d293ed8079d452eb6452ffd7a029449d5c14;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=2069615b5c921ee821dcdfe9d08baa97e29ae0ed;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/objcsourcefile.h b/source/objcsourcefile.h index 2069615..fda3d29 100644 --- a/source/objcsourcefile.h +++ b/source/objcsourcefile.h @@ -12,10 +12,10 @@ public: ObjCSourceFile(Builder &, const Msp::FS::Path &); ObjCSourceFile(Builder &, const Component &, const Msp::FS::Path &); - virtual const char *get_type() const { return "ObjCSourceFile"; } + const char *get_type() const override { return "ObjCSourceFile"; } protected: - virtual void parse_includes(Msp::IO::Base &); + void parse_includes(Msp::IO::Base &) override; }; #endif