Only declare wxComboBox::Popup/Dismiss() when using Cocoa in wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Dec 2011 14:47:37 +0000 (14:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Dec 2011 14:47:37 +0000 (14:47 +0000)
commit4ce3452d329e67859c4ccc195b1e6779c914a32c
tree82a3abad658e7cd038b9889e8a4996f63df068a9
parent53943b06e4c629f7d097961838e0cef6b6220160
Only declare wxComboBox::Popup/Dismiss() when using Cocoa in wxOSX.

wxOSX/Carbon doesn't use the core implementation file so declaring these
methods for the Carbon version resulted in linking errors. Just don't do this,
they're not implemented for Carbon anyhow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/combobox.h