#4421 Fix warnings related to missing protocols definition

This commit is contained in:
Mitchell Livingston
2011-08-15 00:30:29 +00:00
parent 0e7875848a
commit 7003a5544e
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
#import <Cocoa/Cocoa.h>
#import "InfoViewController.h"
@interface InfoPeersViewController : NSViewController <InfoViewController>
@interface InfoPeersViewController : NSViewController <InfoViewController, NSAnimationDelegate>
{
NSArray * fTorrents;