summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-04 17:54:37 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-04 17:54:37 +0200
commitda49e97dc345e9d8de5f7f1640edd4a012c1ef72 (patch)
treea2ec24d6ea0a195973df790ee3825f42abc3934f /public/frameworks
parent84f641139c7f28133a0ea44bccb02e9d2ac524d8 (diff)
cf/Foundation: Use Kernel's 'Char' type instead of std's 'char'
Diffstat (limited to 'public/frameworks')
-rw-r--r--public/frameworks/CoreFoundation.fwrk/headers/Foundation.h3
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