diff --git a/include/MacStd/CoreFoundation.hpp b/include/MacStd/CoreFoundation.hpp index fa509c2..f9f76f1 100644 --- a/include/MacStd/CoreFoundation.hpp +++ b/include/MacStd/CoreFoundation.hpp @@ -43,6 +43,7 @@ namespace macstd { using cfdata = cfobject; using cfdictionary = cfobject; using cferror = cfobject; + using cfmutabledata = cfobject; using cfreadstream = cfobject; using cfurl = cfobject;