summaryrefslogtreecommitdiff
path: root/src/parser/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/input.h')
-rw-r--r--src/parser/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/input.h b/src/parser/input.h
index f4b36469b..5fd3611be 100644
--- a/src/parser/input.h
+++ b/src/parser/input.h
@@ -178,7 +178,7 @@ protected:
/**
* Throws a <code>ParserException</code> with the given message.
*/
- virtual void parseError(const std::string& msg)
+ virtual void parseError(const std::string& msg, bool eofException = false)
throw (ParserException) = 0;
/** Parse an expression from the input by invoking the
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback