diff options
author | 2016-11-03 20:13:19 +0100 | |
---|---|---|
committer | 2016-11-03 20:13:19 +0100 | |
commit | 093609dc0c1fd89d5129af504623732b6ade71a7 (patch) | |
tree | f8351a1ab444b19f8c5b4e61062f8a4e0a91bbb2 /3rdparty/pugixml/tests/test_document.cpp | |
parent | 07c8a7f1a9669436b28e819ffc67a4d7e8cfafe6 (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.cpp | 2 |
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()); } |