]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/textctrl.cpp
Latest distutils
[wxWidgets.git] / src / mac / textctrl.cpp
index b79f2fc5d377c050a9007b55084167f8aee4b619..a289930a71611f2be530caf24b248919c28d3bca 100644 (file)
@@ -680,7 +680,7 @@ bool wxTextCtrl::Create(wxWindow *parent, wxWindowID id,
     m_macUsesTXN &= (TXNInitTextension != (void*) kUnresolvedCFragSymbolAddress) ;
 
     // base initialization
-    if ( !CreateBase(parent, id, pos, size, style, validator, name) )
+    if ( !wxTextCtrlBase::Create(parent, id, pos, size, style, validator, name) )
         return FALSE;
 
     wxSize mySize = size ;