summaryrefslogtreecommitdiffstats
path: root/fnet/src/tests/scheduling/schedule.cpp
diff options
context:
space:
mode:
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