@@ -26,11 +26,11 @@ OFString *_path, *_mode; int _errNo; } #ifdef OF_HAVE_PROPERTIES -@property (readonly, copy, nonatomic) OFString *path, *mode; +@property (readonly, copy) OFString *path, *mode; @property (readonly) int errNo; #endif /*! * @brief Creates a new, autoreleased open file failed exception.