@@ -72,11 +72,11 @@ /** * \param obj An object that is passed to the main method as a copy or nil * \return A new autoreleased thread */ -+ threadWithObject: (OFObject *)obj; ++ threadWithObject: (id)obj; /** * Sets the Thread Local Storage for the specified key. * * The specified object is first retained and then the object stored before is @@ -126,11 +126,11 @@ /** * \param obj An object that is passed to the main method as a copy or nil * \return An initialized OFThread. */ -- initWithObject: (OFObject *)obj; +- initWithObject: (id)obj; /** * The main routine of the thread. You need to reimplement this! * * It can access the object passed to the threadWithObject or initWithObject