]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed compilo
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 4 Jun 2004 20:12:15 +0000 (20:12 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 4 Jun 2004 20:12:15 +0000 (20:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/textctrl.cpp

index 100978c50f2c3012c993102e35e9b9526eb1ac26..6217f191c6953c1d748e7d69984bc74417d14079 100644 (file)
@@ -817,8 +817,7 @@ bool wxTextCtrl::Create(wxWindow *parent, wxWindowID id,
                 | kControlGetsFocusOnClick | kControlSupportsLiveFeedback;
             /* create the control */
         m_peer = new wxMacControl() ;
-        verify_noerr( CreateUserPaneControl( MAC_WXHWND(GetParent()->MacGetTopLevelWindowRef()) , &bounds, featurSet , , *m_peer ) );
-    ) ) ;
+        verify_noerr( ::CreateUserPaneControl( MAC_WXHWND(GetParent()->MacGetTopLevelWindowRef()), &bounds, featurSet, *m_peer ) );
         
         wxMacWindowClipper c(this) ;
         STPTextPaneVars *varsp ;