summaryrefslogtreecommitdiffstats
path: root/fnet/src/tests/scheduling/schedule.cpp
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-10 15:57:15 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-10 15:57:15 +0200
commit06b2de2791183013dd22d185d137e00e2c83336d (patch)
treec118f2bab178b47c3b98fcfff420659d8ecb9bdd /fnet/src/tests/scheduling/schedule.cpp
parente5e27a0af2c861203e573f66c15967fc5020c688 (diff)
add override in fnet module
Diffstat (limited to 'fnet/src/tests/scheduling/schedule.cpp')
-rw-r--r--fnet/src/tests/scheduling/schedule.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnet/src/tests/scheduling/schedule.cpp b/fnet/src/tests/scheduling/schedule.cpp
index 1b72b514d46..6fb928f7aeb 100644
--- a/fnet/src/tests/scheduling/schedule.cpp
+++ b/fnet/src/tests/scheduling/schedule.cpp
@@ -38,7 +38,7 @@ public:
return true;
}
- void PerformTask()
+ void PerformTask() override
{
_time = ::_time;
_done = true;
@@ -57,7 +57,7 @@ public:
uint32_t GetCnt() { return _cnt; }
- void PerformTask()
+ void PerformTask() override
{
_cnt++;
ScheduleNow(); // re-schedule as fast as possible