mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
2002-11-27 Manuel Guesdon <mguesdon@orange-concept.com>
* Source/Additions/GSObjCRuntime.m: fixed type call typo in GSFindInstanceVariable git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15155 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b0d96c1ae8
commit
0bf937fa5e
2 changed files with 6 additions and 1 deletions
|
@ -42,7 +42,7 @@ BOOL
|
|||
GSFindInstanceVariable(id obj, const char *name,
|
||||
const char **type, unsigned int *size, int *offset)
|
||||
{
|
||||
return GSFindInstanceVariable(obj, name, type, size, offset);
|
||||
return GSObjCFindInstanceVariable(obj, name, type, size, offset);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue