summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/jrt-test
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/jrt-test
parent46fd0575db3dd0ff030945b19700fb056b807690 (diff)
add override in jrt_test module
Diffstat (limited to 'jrt_test/src/jrt-test')
-rw-r--r--jrt_test/src/jrt-test/simpleserver/simpleserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrt_test/src/jrt-test/simpleserver/simpleserver.cpp b/jrt_test/src/jrt-test/simpleserver/simpleserver.cpp
index ef13973c0ce..75defdc3881 100644
--- a/jrt_test/src/jrt-test/simpleserver/simpleserver.cpp
+++ b/jrt_test/src/jrt-test/simpleserver/simpleserver.cpp
@@ -70,7 +70,7 @@ public:
class App : public FastOS_Application
{
public:
- int Main();
+ int Main() override;
};