diff options
Diffstat (limited to 'src/parser.h')
-rw-r--r-- | src/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h index 2bdc4622..c1289b47 100644 --- a/src/parser.h +++ b/src/parser.h @@ -21,7 +21,7 @@ class parser_t const string * original_file = NULL) = 0; }; -DECLARE_EXCEPTION(parse_exception); +DECLARE_EXCEPTION(parse_error); /************************************************************************ * |