mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 04:40:44 +00:00
Fix function name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@15181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0b8e708263
commit
8482e355f7
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ static const char _c_id[2] = { _C_ID, NULL };
|
|||
retSize:size
|
||||
retOffset:offset];
|
||||
*/
|
||||
ok = GSObjCFindInstanceVariable(self, [name cString], type, size, offset);
|
||||
ok = GSObjCFindVariable(self, [name cString], type, size, offset);
|
||||
|
||||
EOFLOGObjectLevelArgs(@"EOGenericRecordKVC",
|
||||
@"Super InstanceVar named %@:%s",
|
||||
|
|
Loading…
Reference in a new issue