summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/parser/error-handler.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-05 07:48:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-05 07:48:28 +0200
commit8965bbe98b08b47370ea8ecca830707745ae383b (patch)
tree4af8762062ff4badd9c68954e819487825c4c6f8 /libxsd/xsd/cxx/parser/error-handler.hxx
parent9878dfe26a08ea5638c562c22c9becd11d462015 (diff)
Handle loadGrammar failures
Diffstat (limited to 'libxsd/xsd/cxx/parser/error-handler.hxx')
-rw-r--r--libxsd/xsd/cxx/parser/error-handler.hxx2
1 files changed, 1 insertions, 1 deletions
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 <typename C>
class error_handler: public xml::error_handler<C>
{
+ public:
typedef typename xml::error_handler<C>::severity severity;
- public:
error_handler ()
: failed_ (false)
{