Removed unnecessary namespace directive.

This commit is contained in:
Patrick Lühne 2016-12-01 16:26:29 +01:00
parent c4e19dddae
commit cfce6b1bbd
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF

View File

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