git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32465 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-03-05 18:12:55 +00:00
parent 3830644de3
commit d084034e84
39 changed files with 90 additions and 72 deletions

View file

@ -105,7 +105,7 @@ GS_EXPORT NSString* const NSUndoManagerWillUndoChangeNotification;
* Use this mechanism rather than changing the instance variable
* layout (see Source/GSInternal.h for details).
*/
@private void *_internal GS_UNUSED_IVAR;
@private id _internal GS_UNUSED_IVAR;
#endif
}