From 010666a966a58d9beaf8a0f7233d7f73eb0bc79b Mon Sep 17 00:00:00 2001 From: Tim King Date: Wed, 7 Feb 2018 19:06:11 -0800 Subject: Fixing more inconsistent usages of override. (#1575) --- src/parser/antlr_input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser/antlr_input.h') diff --git a/src/parser/antlr_input.h b/src/parser/antlr_input.h index d2bb8667d..422ad9796 100644 --- a/src/parser/antlr_input.h +++ b/src/parser/antlr_input.h @@ -234,7 +234,7 @@ protected: void setAntlr3Parser(pANTLR3_PARSER pParser); /** Set the Parser object for this input. */ - virtual void setParser(Parser& parser); + void setParser(Parser& parser) override; };/* class AntlrInput */ inline std::string AntlrInput::tokenText(pANTLR3_COMMON_TOKEN token) { -- cgit v1.2.3