diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-06 21:53:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-06 21:53:31 -0400 |
| commit | 93b99a690c7b241d62bf09e7c325bf29ca2687b0 (patch) | |
| tree | a99de0a9ad3ac3a132e69d758c98cff6bd0e33d7 /new/ui_darwin.h | |
| parent | 685844c5940dab356c348c51ceee29954305ec8b (diff) | |
Started working on uiControl.
Diffstat (limited to 'new/ui_darwin.h')
| -rw-r--r-- | new/ui_darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/ui_darwin.h b/new/ui_darwin.h index 159939c..64b01db 100644 --- a/new/ui_darwin.h +++ b/new/ui_darwin.h @@ -6,7 +6,7 @@ #define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_7 #define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_7 #import <Cocoa/Cocoa.h> -#import "ui.h" +#import "uipriv.h" #define toNSString(str) [NSString stringWithUTF8String:(str)] |
