mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Change protection level on internal
This commit is contained in:
parent
b388b14df5
commit
4f02bb6f87
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ typedef NSInteger NSOperationQueuePriority;
|
||||||
@public GS_NSOperation_IVARS
|
@public GS_NSOperation_IVARS
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
@private id _internal;
|
@protected id _internal;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue