summaryrefslogtreecommitdiff
path: root/tests/test_document.cpp
diff options
context:
space:
mode:
authorPavel Kryukov <kryukov@frtk.ru>2016-10-13 01:36:12 +0300
committerPavel Kryukov <kryukov@frtk.ru>2016-10-13 01:36:12 +0300
commitc7c7349cb7935d8cfcdd241e6d401a89567e89eb (patch)
tree719df181c4ac29cff053d6dd7385357961a3962b /tests/test_document.cpp
parent3b5810315734c815ff4c6385ebe8cf2d00bbb573 (diff)
Add PUGIXML_OVERRIDE to headers of tests
Diffstat (limited to 'tests/test_document.cpp')
-rw-r--r--tests/test_document.cpp2
1 files changed, 1 insertions, 1 deletions
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<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());
}