From c7c7349cb7935d8cfcdd241e6d401a89567e89eb Mon Sep 17 00:00:00 2001 From: Pavel Kryukov Date: Thu, 13 Oct 2016 01:36:12 +0300 Subject: Add PUGIXML_OVERRIDE to headers of tests --- tests/test_document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_document.cpp') diff --git a/tests/test_document.cpp b/tests/test_document.cpp index 73a36f5..c7219e1 100644 --- a/tests/test_document.cpp +++ b/tests/test_document.cpp @@ -187,7 +187,7 @@ public: this->setg(begin, begin, end); } - typename std::basic_streambuf::int_type underflow() + typename std::basic_streambuf::int_type underflow() PUGIXML_OVERRIDE { return this->gptr() == this->egptr() ? std::basic_streambuf::traits_type::eof() : std::basic_streambuf::traits_type::to_int_type(*this->gptr()); } -- cgit v1.2.3