@@ -64,11 +64,11 @@ * This is useful to encode strings correctly for passing them to operating * system calls. * * If the native 8-bit encoding is unknown, UTF-8 is assumed. */ -@property (readonly) of_string_encoding_t encoding; +@property (readonly, nonatomic) of_string_encoding_t encoding; /*! * The decimal point of the system's locale. */ @property (readonly, nonatomic) OFString *decimalPoint;