cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -234,7 +234,7 @@ 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 )
|
||||
#if TARGET_API_MAC_OSX
|
||||
template<> inline EventParamType wxMacGetEventParamType<CFDictionaryRef>() { return typeCFDictionaryRef; }
|
||||
#endif
|
||||
template<> inline EventParamType wxMacGetEventParamType<Collection>() { return typeCollection; }
|
||||
|
Reference in New Issue
Block a user