mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
f088bceae8
commit
e43d625338
7 changed files with 108 additions and 105 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue