From 0f0666a615f2d4cfdaa3cd552a274ac467cfa992 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 23 Jun 2025 18:48:59 +0200 Subject: [PATCH] CoreFoundation: add cfreadstream Signed-off-by: Simon Rozman --- include/MacStd/CoreFoundation.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/MacStd/CoreFoundation.hpp b/include/MacStd/CoreFoundation.hpp index 692e8f2..642c5fa 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 cfreadstream = cfobject; using cfstring = cfobject; ///