summaryrefslogtreecommitdiff
path: root/src/thread_morphos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread_morphos.cpp')
-rw-r--r--src/thread_morphos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread_morphos.cpp b/src/thread_morphos.cpp
index f549d2eea..fa378fd8e 100644
--- a/src/thread_morphos.cpp
+++ b/src/thread_morphos.cpp
@@ -157,7 +157,7 @@ private:
* On thread creation, this function is called, which calls the real startup
* function. This to get back into the correct instance again.
*/
- static void Proxy(void)
+ static void Proxy()
{
struct Task *child = FindTask(NULL);
struct OTTDThreadStartupMessage *msg;