summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser')
-rw-r--r--src/parser/antlr_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/antlr_parser.cpp b/src/parser/antlr_parser.cpp
index dd052ca2e..b7361eb0f 100644
--- a/src/parser/antlr_parser.cpp
+++ b/src/parser/antlr_parser.cpp
@@ -47,7 +47,7 @@ unsigned AntlrParser::getPrecedence(Kind kind) {
case AND:
return 5;
default:
- Unhandled ("Undefined precedence - necessary for proper parsing of CVC files!");
+ Unhandled("Undefined precedence - necessary for proper parsing of CVC files!");
}
return 0;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback