Fix typo: CFStringref --> CFStringRef

This commit is contained in:
Paul Cornett
2017-03-24 08:33:01 -07:00
parent dd3dec42e5
commit 493643477c

View File

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