Fix typo: CFStringref --> CFStringRef

(cherry picked from commit 493643477c)
This commit is contained in:
Paul Cornett
2017-03-24 08:33:01 -07:00
parent 8f12eaf980
commit 397e6e9e35

View File

@@ -621,7 +621,7 @@ wxCFStringRef::wxCFStringRef( const wxString &st , wxFontEncoding WXUNUSED_IN_UN
#else
#error "unsupported Unicode representation"
#endif
CFStringref ref = CFStringCreateWithBytes( kCFAllocatorDefault,
CFStringRef ref = CFStringCreateWithBytes( kCFAllocatorDefault,
(const UInt8*)data, size, cfencoding, false /* no BOM */ );
if (ref)
{