X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcompilecommandsjson.h;h=8798849065d127ea7ce9d0fd7c8801ef453eeb05;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=1d170c582d2c9c7c57c49269720d41c3be86748a;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/compilecommandsjson.h b/source/compilecommandsjson.h index 1d170c5..8798849 100644 --- a/source/compilecommandsjson.h +++ b/source/compilecommandsjson.h @@ -11,10 +11,10 @@ private: public: CompileCommandsJson(Builder &, const SourcePackage &); - virtual const char *get_type() const { return "CompileCommandsJson"; } + const char *get_type() const override { return "CompileCommandsJson"; } protected: - virtual void find_dependencies(); + void find_dependencies() override; }; #endif