improve instance variable hiding

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29779 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-26 10:25:35 +00:00
parent f088bceae8
commit e43d625338
7 changed files with 108 additions and 105 deletions

View file

@ -49,10 +49,7 @@ typedef NSInteger NSOperationQueuePriority;
@interface NSOperation : NSObject
{
#if GS_EXPOSE(NSOperation)
@private
id _internal;
#endif
GS_INTERNAL(NSOperation)
}
/** Adds a dependency to the receiver.<br />