one less delegate compiler warning

This commit is contained in:
Mitchell Livingston 2009-09-01 12:26:56 +00:00
parent 06b9cd5532
commit 3e63c1ddb8
1 changed files with 1 additions and 1 deletions

View File

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