@@ -77,14 +77,15 @@ */ @interface OFThread: OFObject { #ifdef OF_THREAD_M @public -#else +#endif + id object; +#ifndef OF_THREAD_M @private #endif - id object; of_thread_t thread; enum { OF_THREAD_NOT_RUNNING, OF_THREAD_RUNNING, OF_THREAD_WAITING_FOR_JOIN