This commit is contained in:
John Wiegley 2004-07-29 01:50:07 -04:00
parent e2432a4000
commit 6215627935

View file

@ -25,7 +25,7 @@ class parse_error : public error
public: public:
parse_error(const std::string& _file, const unsigned int _line, parse_error(const std::string& _file, const unsigned int _line,
const std::string& reason) throw() const std::string& reason) throw()
: line(_line), file(_file), error(reason) {} : error(reason), line(_line), file(_file) {}
virtual ~parse_error() throw() {} virtual ~parse_error() throw() {}
virtual const char* what() const throw() { virtual const char* what() const throw() {