• 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

Revisión06e6841ef8b04c6b536cdf911610fb0f6f474f83 (tree)
Tiempo2010-04-03 23:34:48
AutorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Changed the type of the watched URLs instance variable to NSArray.

Cambiar Resumen

Diferencia incremental

--- a/CDEvents.h
+++ b/CDEvents.h
@@ -77,7 +77,7 @@
7777
7878 CDEvent *_lastEvent;
7979
80- NSMutableArray *_watchedURLs;
80+ NSArray *_watchedURLs;
8181 NSMutableArray *_excludedURLs;
8282 }
8383