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:
parent
06b9cd5532
commit
3e63c1ddb8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface BonjourController : NSObject
|
||||
@interface BonjourController : NSObject <NSNetServiceDelegate>
|
||||
{
|
||||
NSNetService * fService;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue