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/writer_string.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/writer_string.hpp') 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 as_wide() const; -- cgit v1.2.3