diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-10-17 20:36:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-17 20:36:49 -0700 |
commit | a832e8a5eff11f58a00ca41ec51ff3895b0da165 (patch) | |
tree | 5bdb84eac327f15b879bec3aa1cdba52a5839fe6 /tests/test.hpp | |
parent | f53bddd7d5c79c35145ab506e48b18c457026543 (diff) | |
parent | d0b0cc75ad1bc7c0c3226bc57d63095339579cbe (diff) |
Merge pull request #119 from pavelkryukov/master
Add C++11 'override' specifier
Diffstat (limited to 'tests/test.hpp')
-rw-r--r-- | tests/test.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); \ |