(svn r15006) -Codechange: throw a real instance of a class, instead of '0' (which can also be a throw from within a thread for what ever reason)
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
typedef void (*OTTDThreadFunc)(void *);
|
||||
|
||||
class OTTDThreadExitSignal { };
|
||||
|
||||
/**
|
||||
* A Thread Object which works on all our supported OSes.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user