summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/pugixml/tests/test_document.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-11-03 20:13:19 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-11-03 20:13:19 +0100
commit093609dc0c1fd89d5129af504623732b6ade71a7 (patch)
treef8351a1ab444b19f8c5b4e61062f8a4e0a91bbb2 /3rdparty/pugixml/tests/test_document.cpp
parent07c8a7f1a9669436b28e819ffc67a4d7e8cfafe6 (diff)
Update pugixml library, no override patches anymore (nw)
Diffstat (limited to '3rdparty/pugixml/tests/test_document.cpp')
-rw-r--r--3rdparty/pugixml/tests/test_document.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/pugixml/tests/test_document.cpp b/3rdparty/pugixml/tests/test_document.cpp
index 73a36f561ff..c7219e1b92b 100644
--- a/3rdparty/pugixml/tests/test_document.cpp
+++ b/3rdparty/pugixml/tests/test_document.cpp
@@ -187,7 +187,7 @@ public:
this->setg(begin, begin, end);
}
- typename std::basic_streambuf<T>::int_type underflow()
+ typename std::basic_streambuf<T>::int_type underflow() PUGIXML_OVERRIDE
{
return this->gptr() == this->egptr() ? std::basic_streambuf<T>::traits_type::eof() : std::basic_streambuf<T>::traits_type::to_int_type(*this->gptr());
}