From d7fe7692e770dca86caa7d521020fe1cb12375f0 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sat, 10 Oct 2009 14:30:54 +0000 Subject: [PATCH] comment out another 10.6-only section --- macosx/Torrent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macosx/Torrent.h b/macosx/Torrent.h index 78f15c297..1288aa75d 100644 --- a/macosx/Torrent.h +++ b/macosx/Torrent.h @@ -28,7 +28,8 @@ @class FileListNode; -@interface Torrent : NSObject +#warning uncomment +@interface Torrent : NSObject // { tr_torrent * fHandle; const tr_info * fInfo;