From 6215627935ddbfbd9a325f98e197511d2b7235b1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 29 Jul 2004 01:50:07 -0400 Subject: n --- error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.h b/error.h index 7e069218..6b5202a4 100644 --- a/error.h +++ b/error.h @@ -25,7 +25,7 @@ class parse_error : public error public: parse_error(const std::string& _file, const unsigned int _line, const std::string& reason) throw() - : line(_line), file(_file), error(reason) {} + : error(reason), line(_line), file(_file) {} virtual ~parse_error() throw() {} virtual const char* what() const throw() { -- cgit v1.2.3