git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31216 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-08-31 10:34:23 +00:00
parent 6b4cc03ada
commit c5e77a9367

View file

@ -1310,7 +1310,7 @@ quotedFromString(NSString *aString)
* Create thread to watch for termination of process.
*/
[NSThread detachNewThreadSelector: @selector(_windowsTaskWatcher)
totarget: self
toTarget: self
withObject: nil];
/*