Change protection level on internal

This commit is contained in:
Gregory John Casamento 2019-08-04 23:50:22 -04:00
parent b388b14df5
commit 4f02bb6f87

View file

@ -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
} }