silence two warnings by declaring the NSURLDownloadDelegate protocol

This commit is contained in:
Mitchell Livingston 2011-10-20 01:08:30 +00:00
parent e3a6c7402d
commit 317c20622f
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ typedef enum
BLOCKLIST_DL_PROCESSING BLOCKLIST_DL_PROCESSING
} blocklistDownloadState; } blocklistDownloadState;
@interface BlocklistDownloader : NSObject @interface BlocklistDownloader : NSObject <NSURLDownloadDelegate>
{ {
NSURLDownload * fDownload; NSURLDownload * fDownload;

View File

@ -49,7 +49,7 @@ typedef enum
ADD_CREATED ADD_CREATED
} addType; } addType;
@interface Controller : NSObject <GrowlApplicationBridgeDelegate, NSPopoverDelegate, NSSoundDelegate, NSToolbarDelegate, NSWindowDelegate, QLPreviewPanelDataSource, QLPreviewPanelDelegate> @interface Controller : NSObject <GrowlApplicationBridgeDelegate, NSURLDownloadDelegate, NSPopoverDelegate, NSSoundDelegate, NSToolbarDelegate, NSWindowDelegate, QLPreviewPanelDataSource, QLPreviewPanelDelegate>
{ {
tr_session * fLib; tr_session * fLib;