From: Stefan Csomor Date: Wed, 25 Mar 2009 14:05:36 +0000 (+0000) Subject: moving down for non-precomp build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8fa9ac5e09f86eb4b4386a93c4b57d98da21b93d moving down for non-precomp build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/core/private.h b/include/wx/osx/core/private.h index ca5405dcf8..fa628e7127 100644 --- a/include/wx/osx/core/private.h +++ b/include/wx/osx/core/private.h @@ -32,8 +32,6 @@ wxString WXDLLIMPEXP_CORE wxMacMakeStringFromPascal( const unsigned char * from #if wxUSE_GUI -WXDLLIMPEXP_CORE wxWindowMac * wxFindWindowFromWXWidget(WXWidget inControl ); - #if wxOSX_USE_IPHONE #include #else @@ -97,6 +95,8 @@ class wxWidgetImpl; class wxNotebook; class wxTextCtrl; +WXDLLIMPEXP_CORE wxWindowMac * wxFindWindowFromWXWidget(WXWidget inControl ); + #if wxOSX_USE_CARBON typedef wxMacControl wxWidgetImplType; #else