summaryrefslogtreecommitdiffstats
path: root/src/DeadlockDetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DeadlockDetect.h')
-rw-r--r--src/DeadlockDetect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DeadlockDetect.h b/src/DeadlockDetect.h
index 6aa98acbb..e397dd997 100644
--- a/src/DeadlockDetect.h
+++ b/src/DeadlockDetect.h
@@ -50,8 +50,8 @@ protected:
int m_IntervalSec;
- // cIsThread overrides:
- virtual void Execute(void) override;
+ // cIsThread /*override*/s:
+ virtual void Execute(void) /*override*/;
/// Sets the initial world age
void SetWorldAge(const AString & a_WorldName, Int64 a_Age);