• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

An Objective-C wrapper for Mac OS X’s FSEvents C API.


Commit MetaInfo

Revision4c2599fa5490098bc8f0f1f963f55b13c6184412 (tree)
Time2013-05-16 15:11:03
AuthorTomoki Aonuma <uasi@uasi...>
CommiterTomoki Aonuma

Log Message

CDEvent should maintain strong references to its properties.

Change Summary

Incremental Difference

--- a/CDEvent.h
+++ b/CDEvent.h
@@ -89,7 +89,7 @@ typedef FSEventStreamEventFlags CDEventFlags;
8989 *
9090 * @since 1.0.0
9191 */
92-@property (unsafe_unretained, readonly) NSDate *date;
92+@property (readonly) NSDate *date;
9393
9494 /**
9595 * The URL of the item which changed.
@@ -98,7 +98,7 @@ typedef FSEventStreamEventFlags CDEventFlags;
9898 *
9999 * @since 1.0.0
100100 */
101-@property (unsafe_unretained, readonly) NSURL *URL;
101+@property (readonly) NSURL *URL;
102102
103103
104104 /** @name Getting Event Flags */