@@ -334,11 +334,11 @@ if (name != nil) of_thread_set_name( [name cStringWithEncoding: [OFLocale encoding]]); else - of_thread_set_name(class_getName(self.class)); + of_thread_set_name(class_getName([self class])); } + (OFString *)name { return [OFThread currentThread].name;