mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:30:37 +00:00
get_imp() -> class_getMethodImplementation() (GCC runtime function -> standard runtime function)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32350 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f51c8bc7ca
commit
a02d1254f2
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ NSRegisterServicesProvider(id provider, NSString *name)
|
|||
if (aSelector == 0)
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"%@ null selector given", NSStringFromSelector(_cmd)];
|
||||
return get_imp(GSObjCClass(self), aSelector);
|
||||
return class_getMethodImplementation(GSObjCClass(self), aSelector);
|
||||
}
|
||||
|
||||
+ (id) servicesProvider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue