@@ -21,13 +21,13 @@ /*! * @brief An exception indicating that changing the mode of a file failed. */ @interface OFChangeFileModeFailedException: OFException { - OFString *path; - mode_t mode; - int errNo; + OFString *_path; + mode_t _mode; + int _errNo; } #ifdef OF_HAVE_PROPERTIES @property (readonly, copy, nonatomic) OFString *path; @property (readonly) mode_t mode;