mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-12-03 17:51:25 +00:00
- Issue 40 fix by Rolf Jansen, compile errors/warnings in NSButtonCell and NSFormCell
This commit is contained in:
parent
95a0d5cf32
commit
6510258e28
@ -25,6 +25,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
#import <AppKit/NSNibKeyedUnarchiver.h>
|
#import <AppKit/NSNibKeyedUnarchiver.h>
|
||||||
#import <AppKit/NSButtonImageSource.h>
|
#import <AppKit/NSButtonImageSource.h>
|
||||||
#import <AppKit/NSPopUpButtonCell.h>
|
#import <AppKit/NSPopUpButtonCell.h>
|
||||||
|
#import <AppKit/NSSound.h>
|
||||||
|
|
||||||
@implementation NSButtonCell
|
@implementation NSButtonCell
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
#import <AppKit/NSParagraphStyle.h>
|
#import <AppKit/NSParagraphStyle.h>
|
||||||
#import <AppKit/NSStringDrawer.h>
|
#import <AppKit/NSStringDrawer.h>
|
||||||
#import <AppKit/NSNibKeyedUnarchiver.h>
|
#import <AppKit/NSNibKeyedUnarchiver.h>
|
||||||
|
#import <AppKit/NSTextFieldCell.h>
|
||||||
|
|
||||||
@implementation NSFormCell
|
@implementation NSFormCell
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user