@@ -10,17 +10,19 @@ */ #import "OFObject.h" #ifndef __objc_INCLUDE_GNU +#import + extern void *_OFConstStringClassReference; #endif /** * A class for storing static strings using the @"" literal. */ -@interface OFConstString: Object +@interface OFConstString: OFObject { char *string; size_t length; }