diff options
Diffstat (limited to 'src/thread/thread_none.cpp')
-rw-r--r-- | src/thread/thread_none.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread/thread_none.cpp b/src/thread/thread_none.cpp index afa799b23..91eb50b11 100644 --- a/src/thread/thread_none.cpp +++ b/src/thread/thread_none.cpp @@ -14,7 +14,7 @@ #include "../safeguards.h" -/* static */ bool ThreadObject::New(OTTDThreadFunc proc, void *param, ThreadObject **thread) +/* static */ bool ThreadObject::New(OTTDThreadFunc proc, void *param, ThreadObject **thread, const char *name) { if (thread != NULL) *thread = NULL; return false; |