diff options
Diffstat (limited to 'include/threadengine.h')
-rw-r--r-- | include/threadengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/threadengine.h b/include/threadengine.h index 12e0108b5..8a61e9e13 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -55,7 +55,7 @@ class CoreExport Thread : public Pipe /** Called when this thread should be joined to */ - void OnNotify(); + void OnNotify() override; /** Called when the thread is run. */ |