From a68ee5ed18d9f6744ce99890b8e0249dff3bd070 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 2 Jan 2015 12:11:48 +0100 Subject: Moved StandaloneParserContext to test folder --- test/plugins/xml/XmlParserTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/plugins/xml') diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp index 886cccc..1dbca60 100644 --- a/test/plugins/xml/XmlParserTest.cpp +++ b/test/plugins/xml/XmlParserTest.cpp @@ -21,6 +21,7 @@ #include #include +#include #include @@ -28,7 +29,7 @@ namespace ousia { namespace parser { namespace xml { -TerminalLogger logger(std::cerr, true); +static TerminalLogger logger(std::cerr, true); TEST(XmlParser, mismatchedTagException) { -- cgit v1.2.3