summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/mandatory-methods/extract-reflection.cpp
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:44:17 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:44:17 +0200
commit58573d26c04d0be7231678729e88ce0acd305053 (patch)
treee96cba62a33a32279b066d29ab1ad0a01af9513c /jrt_test/src/tests/mandatory-methods/extract-reflection.cpp
parent46fd0575db3dd0ff030945b19700fb056b807690 (diff)
add override in jrt_test module
Diffstat (limited to 'jrt_test/src/tests/mandatory-methods/extract-reflection.cpp')
-rw-r--r--jrt_test/src/tests/mandatory-methods/extract-reflection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrt_test/src/tests/mandatory-methods/extract-reflection.cpp b/jrt_test/src/tests/mandatory-methods/extract-reflection.cpp
index 7b92997cfdf..98584e9a284 100644
--- a/jrt_test/src/tests/mandatory-methods/extract-reflection.cpp
+++ b/jrt_test/src/tests/mandatory-methods/extract-reflection.cpp
@@ -64,7 +64,7 @@ public:
}
- int Main()
+ int Main() override
{
if (_argc < 2) {
printf("usage : rpc_info <connectspec> [verbose]\n");