summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/xsd/cxx')
-rw-r--r--libxsd/xsd/cxx/parser/error-handler.hxx2
-rw-r--r--libxsd/xsd/cxx/tree/error-handler.hxx2
-rw-r--r--libxsd/xsd/cxx/xml/error-handler.hxx1
3 files changed, 2 insertions, 3 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)
{
diff --git a/libxsd/xsd/cxx/tree/error-handler.hxx b/libxsd/xsd/cxx/tree/error-handler.hxx
index 13e41a5..5de4415 100644
--- a/libxsd/xsd/cxx/tree/error-handler.hxx
+++ b/libxsd/xsd/cxx/tree/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)
{
diff --git a/libxsd/xsd/cxx/xml/error-handler.hxx b/libxsd/xsd/cxx/xml/error-handler.hxx
index 76482b7..a618ac3 100644
--- a/libxsd/xsd/cxx/xml/error-handler.hxx
+++ b/libxsd/xsd/cxx/xml/error-handler.hxx
@@ -57,4 +57,3 @@ namespace xsd
}
#endif // XSD_CXX_XML_ERROR_HANDLER_HXX
-