From: Dimitri Schoolwerth Date: Fri, 4 Jun 2004 20:12:15 +0000 (+0000) Subject: fixed compilo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/be0607487307b8e660d767b5f87f56b538c17648 fixed compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/textctrl.cpp b/src/mac/carbon/textctrl.cpp index 100978c50f..6217f191c6 100644 --- a/src/mac/carbon/textctrl.cpp +++ b/src/mac/carbon/textctrl.cpp @@ -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 ;