From 4fc1d6c4759eff96ee6a5446bbf08c94660278c3 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 30 Sep 2024 13:27:48 +0200 Subject: [PATCH] =?UTF-8?q?Foundation=20=E2=86=92=20CoreFoundation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The name fits the content better now. Signed-off-by: Simon Rozman --- include/MacStd/{Foundation.hpp => CoreFoundation.hpp} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename include/MacStd/{Foundation.hpp => CoreFoundation.hpp} (94%) diff --git a/include/MacStd/Foundation.hpp b/include/MacStd/CoreFoundation.hpp similarity index 94% rename from include/MacStd/Foundation.hpp rename to include/MacStd/CoreFoundation.hpp index a2bab01..0648ded 100644 --- a/include/MacStd/Foundation.hpp +++ b/include/MacStd/CoreFoundation.hpp @@ -6,7 +6,7 @@ #pragma once #include "common.hpp" -#import +#include #include namespace macstd { @@ -38,4 +38,4 @@ namespace macstd { /// \sa [CFType](https://developer.apple.com/documentation/corefoundation/cftype) template using CFType = std::unique_ptr; -} \ No newline at end of file +}