Foundation → CoreFoundation
The name fits the content better now. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
eac816c487
commit
4fc1d6c475
@ -6,7 +6,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.hpp"
|
||||
#import <Foundation/Foundation.h>
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <memory>
|
||||
|
||||
namespace macstd {
|
||||
@ -38,4 +38,4 @@ namespace macstd {
|
||||
/// \sa [CFType](https://developer.apple.com/documentation/corefoundation/cftype)
|
||||
template <class T>
|
||||
using CFType = std::unique_ptr<T, CFRelease_delete>;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user