From 317c20622fc797674a5eae09fe3abc4007ff2610 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 20 Oct 2011 01:08:30 +0000 Subject: [PATCH] silence two warnings by declaring the NSURLDownloadDelegate protocol --- macosx/BlocklistDownloader.h | 2 +- macosx/Controller.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/BlocklistDownloader.h b/macosx/BlocklistDownloader.h index b6dc618db..433242fa2 100644 --- a/macosx/BlocklistDownloader.h +++ b/macosx/BlocklistDownloader.h @@ -33,7 +33,7 @@ typedef enum BLOCKLIST_DL_PROCESSING } blocklistDownloadState; -@interface BlocklistDownloader : NSObject +@interface BlocklistDownloader : NSObject { NSURLDownload * fDownload; diff --git a/macosx/Controller.h b/macosx/Controller.h index acc8cde56..477cb3ea2 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -49,7 +49,7 @@ typedef enum ADD_CREATED } addType; -@interface Controller : NSObject +@interface Controller : NSObject { tr_session * fLib;