#4360 Warning when building Transmission on Mac because the delegate of TorrentTableView does not implement the protocol NSOutlineViewDelegate

This commit is contained in:
Mitchell Livingston 2011-08-06 02:04:45 +00:00
parent 7901232783
commit 7cdcc7cadf
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#define GROUP_SEPARATOR_HEIGHT 18.0
@interface TorrentTableView : NSOutlineView
@interface TorrentTableView : NSOutlineView <NSOutlineViewDelegate, NSAnimationDelegate>
{
IBOutlet Controller * fController;