diff options
| -rw-r--r-- | public/frameworks/CoreFoundation.fwrk/headers/Foundation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h b/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h index 24c995d5..15b10e06 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h @@ -18,6 +18,7 @@ namespace CF class CFGUID; class CFProperty; class CFObject; + template <typename T> class CFRef; class CFFont; @@ -36,7 +37,7 @@ namespace CF typedef SInt32 CFInteger32; typedef SInt64 CFInteger64; - typedef char CFChar8; + typedef Char CFChar8; typedef char16_t CFChar16; struct CFPoint |
