aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/jrt-test/simpleserver/simpleserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/jrt-test/simpleserver/simpleserver.cpp')
-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;
};