@@ -19,11 +19,11 @@ /*! * @brief An exception indicating a JSON representation is invalid. */ @interface OFInvalidJSONException: OFException { - size_t line; + size_t _line; } #ifdef OF_HAVE_PROPERTIES @property (readonly) size_t line; #endif