#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

@@ -27,7 +27,7 @@
@class PortChecker;
@interface PrefsController : NSWindowController
@interface PrefsController : NSWindowController <NSToolbarDelegate>
{
NSUserDefaults * fDefaults;
BOOL fHasLoaded;