mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
|
@ -1,3 +1,8 @@
|
||||||
|
2002-11-27 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||||
|
|
||||||
|
* Source/Additions/GSObjCRuntime.m: fixed type call typo
|
||||||
|
in GSFindInstanceVariable
|
||||||
|
|
||||||
2002-11-27 Adam Fedor <fedor@gnu.org>
|
2002-11-27 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* configure.ac (INCLUDE_FLAGS): New for holding flags needed for
|
* configure.ac (INCLUDE_FLAGS): New for holding flags needed for
|
||||||
|
|
|
@ -42,7 +42,7 @@ BOOL
|
||||||
GSFindInstanceVariable(id obj, const char *name,
|
GSFindInstanceVariable(id obj, const char *name,
|
||||||
const char **type, unsigned int *size, int *offset)
|
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