summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/rpc-error/test-errors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/rpc-error/test-errors.cpp')
-rw-r--r--jrt_test/src/tests/rpc-error/test-errors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrt_test/src/tests/rpc-error/test-errors.cpp b/jrt_test/src/tests/rpc-error/test-errors.cpp
index fd167b85085..07ff7425f9a 100644
--- a/jrt_test/src/tests/rpc-error/test-errors.cpp
+++ b/jrt_test/src/tests/rpc-error/test-errors.cpp
@@ -29,7 +29,7 @@ public:
void testWrongParameters();
void testWrongReturnValues();
void testMethodFailed();
- int Main();
+ int Main() override;
};