cfstring.h compilation fix for ARC builds
This commit is contained in:
@@ -96,7 +96,7 @@ inline wxCFStringRef wxCFStringRefFromGet(CFStringRef p)
|
|||||||
*/
|
*/
|
||||||
inline wxCFStringRef wxCFStringRefFromGet(NSString *p)
|
inline wxCFStringRef wxCFStringRefFromGet(NSString *p)
|
||||||
{
|
{
|
||||||
return wxCFStringRefFromGet((CFStringRef)p);
|
return wxCFStringRefFromGet((WX_OSX_BRIDGE CFStringRef)p);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user