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:
Richard Frith-Macdonald 2002-11-29 14:23:46 +00:00
parent fde00710f6
commit dc309289c4

View file

@ -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);
}