summaryrefslogtreecommitdiff
path: root/tests/writer_string.hpp
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/writer_string.hpp
parent3b5810315734c815ff4c6385ebe8cf2d00bbb573 (diff)
Add PUGIXML_OVERRIDE to headers of tests
Diffstat (limited to 'tests/writer_string.hpp')
-rw-r--r--tests/writer_string.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/writer_string.hpp b/tests/writer_string.hpp
index 0c1089d..539377c 100644
--- a/tests/writer_string.hpp
+++ b/tests/writer_string.hpp
@@ -9,7 +9,7 @@ struct xml_writer_string: public pugi::xml_writer
{
std::string contents;
- virtual void write(const void* data, size_t size);
+ virtual void write(const void* data, size_t size) PUGIXML_OVERRIDE;
std::string as_narrow() const;
std::basic_string<wchar_t> as_wide() const;