]> git.saurik.com Git - wxWidgets.git/commitdiff
moving down for non-precomp build
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 25 Mar 2009 14:05:36 +0000 (14:05 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 25 Mar 2009 14:05:36 +0000 (14:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/core/private.h

index ca5405dcf84c62b6e2d3c09e7db21374e528f299..fa628e7127cf048bbda7b7b18d1e3d25c14a278b 100644 (file)
@@ -32,8 +32,6 @@ wxString WXDLLIMPEXP_CORE wxMacMakeStringFromPascal( const unsigned char * from
 
 #if wxUSE_GUI
 
 
 #if wxUSE_GUI
 
-WXDLLIMPEXP_CORE wxWindowMac * wxFindWindowFromWXWidget(WXWidget inControl );
-
 #if wxOSX_USE_IPHONE
 #include <CoreGraphics/CoreGraphics.h>
 #else
 #if wxOSX_USE_IPHONE
 #include <CoreGraphics/CoreGraphics.h>
 #else
@@ -97,6 +95,8 @@ class wxWidgetImpl;
 class wxNotebook;
 class wxTextCtrl;
 
 class wxNotebook;
 class wxTextCtrl;
 
+WXDLLIMPEXP_CORE wxWindowMac * wxFindWindowFromWXWidget(WXWidget inControl );
+
 #if wxOSX_USE_CARBON
 typedef wxMacControl wxWidgetImplType;
 #else
 #if wxOSX_USE_CARBON
 typedef wxMacControl wxWidgetImplType;
 #else