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/test.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test.hpp') diff --git a/tests/test.hpp b/tests/test.hpp index e700826..f88c909 100644 --- a/tests/test.hpp +++ b/tests/test.hpp @@ -78,7 +78,7 @@ struct dummy_fixture {}; { \ test_runner_##name(): test_runner(#name) {} \ \ - virtual void run() \ + virtual void run() PUGIXML_OVERRIDE \ { \ test_runner_helper_##name helper; \ helper.run(); \ -- cgit v1.2.3