mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
Fix function name error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fde00710f6
commit
dc309289c4
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ static const int currentVersion = 1;
|
|||
* FIXME - need some way to do this for libFoundation and
|
||||
* Foundation based systems.
|
||||
*/
|
||||
if (GSObjCFindInstanceVariable(_src, nam, &type, &size, &offset))
|
||||
if (GSObjCFindVariable(_src, nam, &type, &size, &offset))
|
||||
{
|
||||
GSObjCSetVariable(_src, offset, size, (void*)&_dst);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue