From 96ae46eaa9148d82b22f891c1124cb8848fee973 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 18 Jun 2025 11:16:40 +0200 Subject: [PATCH] CoreFoundation: add cfdictionary Signed-off-by: Simon Rozman --- include/MacStd/CoreFoundation.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/MacStd/CoreFoundation.hpp b/include/MacStd/CoreFoundation.hpp index d71c0fa..8c4f4fe 100644 --- a/include/MacStd/CoreFoundation.hpp +++ b/include/MacStd/CoreFoundation.hpp @@ -43,9 +43,10 @@ namespace macstd { } }; - using cfstring = cf_object(NULL)>; using cfarray = cf_object(NULL)>; + using cfdictionary = cf_object(NULL)>; using cferror = cf_object(NULL)>; + using cfstring = cf_object(NULL)>; /// /// Core Foundation runtime error