mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Tiny tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17116 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
996c1ebfb5
commit
a0be9f233d
1 changed files with 1 additions and 1 deletions
|
@ -1320,7 +1320,7 @@ struct objc_method_description_list {
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
c = (Class)self;
|
c = (Class)self;
|
||||||
mth = GSGetClassMethod((Class)self, aSelector);
|
mth = GSGetClassMethod(c, aSelector);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mth == 0)
|
if (mth == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue