1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

one less delegate compiler warning

This commit is contained in:
Mitchell Livingston 2009-09-01 12:26:56 +00:00
parent 06b9cd5532
commit 3e63c1ddb8

View file

@ -24,7 +24,7 @@
#import <Cocoa/Cocoa.h>
@interface BonjourController : NSObject
@interface BonjourController : NSObject <NSNetServiceDelegate>
{
NSNetService * fService;
}