mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
cdf431407a
commit
a60d599623
1 changed files with 1 additions and 1 deletions
|
@ -1320,7 +1320,7 @@ struct objc_method_description_list {
|
|||
else
|
||||
{
|
||||
c = (Class)self;
|
||||
mth = GSGetClassMethod((Class)self, aSelector);
|
||||
mth = GSGetClassMethod(c, aSelector);
|
||||
}
|
||||
|
||||
if (mth == 0)
|
||||
|
|
Loading…
Reference in a new issue