mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
(GSGetClassMethodNotInherited): Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19470 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b54f0a878b
commit
4bc5a26927
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* Source/Additions/GSObjCRuntime.m
|
* Source/Additions/GSObjCRuntime.m
|
||||||
(GSObjCMethodNames): Unify implementation for both runtimes.
|
(GSObjCMethodNames): Unify implementation for both runtimes.
|
||||||
|
(GSGetClassMethodNotInherited): Fix typo.
|
||||||
|
|
||||||
2004-06-05 David Ayers <d.ayers@inode.at>
|
2004-06-05 David Ayers <d.ayers@inode.at>
|
||||||
|
|
||||||
|
|
|
@ -792,7 +792,7 @@ GSGetInstanceMethodNotInherited (Class class, SEL sel)
|
||||||
|
|
||||||
/* See header for documentation. */
|
/* See header for documentation. */
|
||||||
GSMethod
|
GSMethod
|
||||||
GSGetClassMethodNotInhertited (Class class, SEL sel)
|
GSGetClassMethodNotInherited (Class class, SEL sel)
|
||||||
{
|
{
|
||||||
return search_for_method_in_class (class->class_pointer, sel);
|
return search_for_method_in_class (class->class_pointer, sel);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue