mirror of
https://github.com/transmission/transmission
synced 2025-02-07 06:54:40 +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:
parent
7901232783
commit
7cdcc7cadf
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
#define GROUP_SEPARATOR_HEIGHT 18.0
|
#define GROUP_SEPARATOR_HEIGHT 18.0
|
||||||
|
|
||||||
@interface TorrentTableView : NSOutlineView
|
@interface TorrentTableView : NSOutlineView <NSOutlineViewDelegate, NSAnimationDelegate>
|
||||||
{
|
{
|
||||||
IBOutlet Controller * fController;
|
IBOutlet Controller * fController;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue