]> git.saurik.com Git - wxWidgets.git/blame - include/wx/osx/popupwin.h
unhide the second wxTextAreaBase::HitTest() overload to suppress a warning about it
[wxWidgets.git] / include / wx / osx / popupwin.h
CommitLineData
5c6eb3a8
SC
1#ifdef __WXMAC_CLASSIC__
2#error "wxPopupWindow is not supported under this platform."
3#else
ef0e9220 4#include "wx/osx/carbon/popupwin.h"
5c6eb3a8 5#endif