diff --git a/alib2xml/src/sax/ComposerException.h b/alib2xml/src/sax/ComposerException.h
index 294dbffb84376b232659da5e1d10273c9de50c11..114dfdc10ed599978b4176868d4361651fe09554 100644
--- a/alib2xml/src/sax/ComposerException.h
+++ b/alib2xml/src/sax/ComposerException.h
@@ -17,7 +17,6 @@ namespace sax {
  * Exception thrown by XML parser when is expected different tag than the one which is read.
  */
 class ComposerException: public exception::CommonException {
-protected:
 	Token m_expected;
 	Token m_read;
 public:
diff --git a/alib2xml/src/sax/ParserException.h b/alib2xml/src/sax/ParserException.h
index 1ca5a5706e2aa691c558a7b46dd8a46ae7f5ee22..ad8860fb394523785fcabd25486e8969d680153e 100644
--- a/alib2xml/src/sax/ParserException.h
+++ b/alib2xml/src/sax/ParserException.h
@@ -17,7 +17,6 @@ namespace sax {
  * Exception thrown by XML parser when is expected different tag than the one which is read.
  */
 class ParserException: public exception::CommonException {
-protected:
 	Token m_expected;
 	Token m_read;
 public: