@@ -118,12 +118,12 @@ return NO; #endif } -+ (IMP)replaceMethod: (SEL)selector - withMethodFromClass: (Class)class; ++ (IMP)replaceMethod: (SEL)selector + withMethodFromClass: (Class)class; { #ifdef __objc_INCLUDE_GNU Method_t method = class_get_instance_method(self, selector); IMP oldimp, newimp;