Remove OF_DIRECT_MEMBERS from category

It makes Clang crash when using the ObjFW runtime.

FossilOrigin-Name: 5bca00e8e24cf0b6bc25344c1ab6436a684f82b01558d4dcbba504747ad294f3
This commit is contained in:
Jonathan Schleifer 2025-03-26 21:44:17 +00:00
parent cc5cc21aca
commit 20d8cfc364

View file

@ -1,6 +1,5 @@
#import <ObjFW/ObjFW.h>
OF_DIRECT_MEMBERS
@interface
OFString (Cube)
@property (readonly, nonatomic) int cube_intValue;