@@ -54,11 +54,11 @@ { if (_thread) return [OFString stringWithFormat: @"Deallocation of a thread of type %@ was tried, even " @"though it was still running!", - [_thread class]]; + _thread.class]; else return @"Deallocation of a thread was tried, even though it " @"was still running!"; } @end