diff options
Diffstat (limited to 'src/parse/parseerror.hpp')
-rw-r--r-- | src/parse/parseerror.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/parseerror.hpp b/src/parse/parseerror.hpp index 33c02a92..5868f629 100644 --- a/src/parse/parseerror.hpp +++ b/src/parse/parseerror.hpp @@ -37,6 +37,7 @@ class Todo: ::std::string m_message;
public:
Todo(::std::string message);
+ Todo(const TokenStream& lex, ::std::string message);
virtual ~Todo() throw ();
};
|