From 8965bbe98b08b47370ea8ecca830707745ae383b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 5 Nov 2009 07:48:28 +0200 Subject: Handle loadGrammar failures --- libxsd/xsd/cxx/parser/error-handler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libxsd/xsd/cxx/parser') diff --git a/libxsd/xsd/cxx/parser/error-handler.hxx b/libxsd/xsd/cxx/parser/error-handler.hxx index b44974f..925ebc8 100644 --- a/libxsd/xsd/cxx/parser/error-handler.hxx +++ b/libxsd/xsd/cxx/parser/error-handler.hxx @@ -19,9 +19,9 @@ namespace xsd template class error_handler: public xml::error_handler { + public: typedef typename xml::error_handler::severity severity; - public: error_handler () : failed_ (false) { -- cgit v1.1