aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cru/base/Osx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/cru/base/Osx.h b/include/cru/base/Osx.h
index 6c6d5109..fbdffc54 100644
--- a/include/cru/base/Osx.h
+++ b/include/cru/base/Osx.h
@@ -29,8 +29,7 @@ class CFWrapper {
}
};
-// TODO: Remove "Ref" in name.
-CFWrapper<CFStringRef> ToCFStringRef(StringView string);
+CFWrapper<CFStringRef> ToCFString(StringView string);
String FromCFStringRef(CFStringRef string);
CFRange ToCFRange(const Range& range);