mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
#4421 Fix warnings related to missing protocols definition
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "InfoViewController.h"
|
||||
|
||||
@interface InfoPeersViewController : NSViewController <InfoViewController>
|
||||
@interface InfoPeersViewController : NSViewController <InfoViewController, NSAnimationDelegate>
|
||||
{
|
||||
NSArray * fTorrents;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user