hiding the impl type more again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-03-30 07:30:26 +00:00
parent e542e141a3
commit ee032c59df
3 changed files with 7 additions and 7 deletions

View File

@@ -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