summaryrefslogtreecommitdiff
path: root/src/parser/cvc/cvc_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/cvc/cvc_input.h')
-rw-r--r--src/parser/cvc/cvc_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/cvc/cvc_input.h b/src/parser/cvc/cvc_input.h
index ad7110bed..82c31813b 100644
--- a/src/parser/cvc/cvc_input.h
+++ b/src/parser/cvc/cvc_input.h
@@ -45,7 +45,7 @@ public:
*
* @param inputStream the input to parse
*/
- CvcInput(AntlrInputStream *inputStream);
+ CvcInput(AntlrInputStream& inputStream);
/** Create a string input.
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback