Changeset 2255 for trunk/macosx/Torrent.h
- Timestamp:
- Jun 30, 2007, 9:53:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.h
r2249 r2255 34 34 @interface Torrent : NSObject 35 35 { 36 tr_handle_t 36 tr_handle_t * fLib; 37 37 tr_torrent_t * fHandle; 38 tr_info_t* fInfo;39 tr_stat_t 38 const tr_info_t * fInfo; 39 tr_stat_t * fStat; 40 40 41 41 int fID; … … 223 223 224 224 - (int) torrentID; 225 - ( tr_info_t *) torrentInfo;225 - (const tr_info_t *) torrentInfo; 226 226 - (tr_stat_t *) torrentStat; 227 227
Note: See TracChangeset
for help on using the changeset viewer.