From 58573d26c04d0be7231678729e88ce0acd305053 Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Tue, 11 Apr 2017 11:44:17 +0200 Subject: add override in jrt_test module --- jrt_test/src/tests/mandatory-methods/extract-reflection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jrt_test/src/tests/mandatory-methods/extract-reflection.cpp') 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 [verbose]\n"); -- cgit v1.2.3