- Issue 40 fix by Rolf Jansen, compile errors/warnings in NSButtonCell and NSFormCell

This commit is contained in:
Christopher Lloyd 2007-08-27 16:02:57 +00:00
parent 95a0d5cf32
commit 6510258e28
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#import <AppKit/NSNibKeyedUnarchiver.h>
#import <AppKit/NSButtonImageSource.h>
#import <AppKit/NSPopUpButtonCell.h>
#import <AppKit/NSSound.h>
@implementation NSButtonCell

View File

@ -15,6 +15,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#import <AppKit/NSParagraphStyle.h>
#import <AppKit/NSStringDrawer.h>
#import <AppKit/NSNibKeyedUnarchiver.h>
#import <AppKit/NSTextFieldCell.h>
@implementation NSFormCell