summaryrefslogtreecommitdiff
path: root/src/parser/antlr_input.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2018-02-07 19:06:11 -0800
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-02-07 21:06:11 -0600
commit010666a966a58d9beaf8a0f7233d7f73eb0bc79b (patch)
tree2f18018d9aaf00e498d0135a7c43f735cefef4c4 /src/parser/antlr_input.h
parenta21b519006224b0d81cd5e36104cad6f43d4720c (diff)
Fixing more inconsistent usages of override. (#1575)
Diffstat (limited to 'src/parser/antlr_input.h')
-rw-r--r--src/parser/antlr_input.h2
1 files changed, 1 insertions, 1 deletions
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) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback