diff options
Diffstat (limited to 'src/thread_none.cpp')
-rw-r--r-- | src/thread_none.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread_none.cpp b/src/thread_none.cpp index 6209e89a7..76f113584 100644 --- a/src/thread_none.cpp +++ b/src/thread_none.cpp @@ -6,7 +6,7 @@ #include "thread.h" #include "fiber.hpp" -/* static */ ThreadObject *ThreadObject::New(OTTDThreadFunc proc, void *param) +/* static */ ThreadObject *ThreadObject::New(OTTDThreadFunc proc, void *param, OTTDThreadTerminateFunc terminate_func) { return NULL; } |