Removed unnecessary namespace directive.

This commit is contained in:
2016-12-01 16:26:29 +01:00
parent c4e19dddae
commit cfce6b1bbd

View File

@@ -29,7 +29,7 @@ struct Tag
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
template<class ParserPolicy = CaseSensitiveParserPolicy> template<class ParserPolicy = CaseSensitiveParserPolicy>
class Parser: public input::Stream, public ParserPolicy class Parser: public Stream, public ParserPolicy
{ {
template<class OtherParserPolicy> template<class OtherParserPolicy>
friend class Parser; friend class Parser;