From 6afce484bb9643510fbe51bd2127ed37961099a4 Mon Sep 17 00:00:00 2001 From: smatz Date: Thu, 21 May 2009 22:43:25 +0000 Subject: (svn r16373) -Codechange: use () instead of (void) for functions without parameters --- src/thread_morphos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/thread_morphos.cpp') 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; -- cgit v1.2.3-54-g00ecf