applied patch 1465549
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -220,7 +220,9 @@ template<> inline EventParamType wxMacGetEventParamType<HISize>() { return typeH
|
||||
template<> inline EventParamType wxMacGetEventParamType<HIRect>() { return typeHIRect ; }
|
||||
template<> inline EventParamType wxMacGetEventParamType<void*>() { return typeVoidPtr ; }
|
||||
#endif
|
||||
#if TARGET_API_MAC_OSX && ( MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_2 )
|
||||
template<> inline EventParamType wxMacGetEventParamType<CFDictionaryRef>() { return typeCFDictionaryRef ; }
|
||||
#endif
|
||||
template<> inline EventParamType wxMacGetEventParamType<Collection>() { return typeCollection ; }
|
||||
template<> inline EventParamType wxMacGetEventParamType<CGContextRef>() { return typeCGContextRef ; }
|
||||
/*
|
||||
@@ -387,7 +389,7 @@ public :
|
||||
|
||||
~wxMacCFRefHolder()
|
||||
{
|
||||
CFRelease( m_ref ) ;
|
||||
Release() ;
|
||||
}
|
||||
|
||||
void Release()
|
||||
|
Reference in New Issue
Block a user