fixed compilo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth 2004-06-04 20:12:15 +00:00
parent b2f6eb0606
commit be06074873

View 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 ;