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