1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 03:12:44 +00:00

#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

View file

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