Use wxObjCID instead of "struct objc_object*" to fix clang build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 May 2012 20:29:50 +0000 (20:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 May 2012 20:29:50 +0000 (20:29 +0000)
commitd92f48bd4378a09c631fc26e2a19ba53373ba8bc
treec00a58fd1bca24bdaa34723ab472b467ed700103
parent445eaabd3ea9459fc8e8b954e68a480b237485c8
Use wxObjCID instead of "struct objc_object*" to fix clang build.

Clang doesn't accept "struct objc_object*" as synonym for "id" in Objective-C
code, so use the real "id" for it while still using the struct pointer for C++
code where "id" is not defined.

Closes #13565.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/private/objcid.h [new file with mode: 0644]
include/wx/osx/webview_webkit.h
include/wx/osx/webviewhistoryitem_webkit.h