Skip to content
Snippets Groups Projects
Commit e2010df8 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

remove not needed protected visibility

parent 41663114
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ namespace sax { ...@@ -17,7 +17,6 @@ namespace sax {
* Exception thrown by XML parser when is expected different tag than the one which is read. * Exception thrown by XML parser when is expected different tag than the one which is read.
*/ */
class ComposerException: public exception::CommonException { class ComposerException: public exception::CommonException {
protected:
Token m_expected; Token m_expected;
Token m_read; Token m_read;
public: public:
......
...@@ -17,7 +17,6 @@ namespace sax { ...@@ -17,7 +17,6 @@ namespace sax {
* Exception thrown by XML parser when is expected different tag than the one which is read. * Exception thrown by XML parser when is expected different tag than the one which is read.
*/ */
class ParserException: public exception::CommonException { class ParserException: public exception::CommonException {
protected:
Token m_expected; Token m_expected;
Token m_read; Token m_read;
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment