X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c099b53353ec8c689681a1bc8f5117a584e4098d..9b49405777342458dc1666001865eef7309b6c30:/include/wx/osx/window.h?ds=sidebyside diff --git a/include/wx/osx/window.h b/include/wx/osx/window.h index 8728a0a091..4536108994 100644 --- a/include/wx/osx/window.h +++ b/include/wx/osx/window.h @@ -22,12 +22,9 @@ class WXDLLIMPEXP_FWD_CORE wxNonOwnedWindow; #if wxOSX_USE_CARBON class WXDLLIMPEXP_FWD_CORE wxMacControl ; typedef wxMacControl wxOSXWidgetImpl; -#elif wxOSX_USE_COCOA - class WXDLLIMPEXP_FWD_CORE wxWidgetCocoaImpl ; - typedef wxWidgetCocoaImpl wxOSXWidgetImpl; -#elif wxOSX_USE_IPHONE - class WXDLLIMPEXP_FWD_CORE wxWidgetIPhoneImpl ; - typedef wxWidgetIPhoneImpl wxOSXWidgetImpl; +#elif wxOSX_USE_COCOA_OR_IPHONE + class WXDLLIMPEXP_FWD_CORE wxWidgetImpl ; + typedef wxWidgetImpl wxOSXWidgetImpl; #endif