]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/textctrl.cpp
Add wxTL_NO_HEADER style to wxTreeListCtrl.
[wxWidgets.git] / src / univ / textctrl.cpp
index 23573fcdd14d2b434454885cc5eb473a4a7fea5b..8c3875cc82ca903baead1fb17845d4b5e4cc6e0f 100644 (file)
@@ -633,8 +633,6 @@ BEGIN_EVENT_TABLE(wxTextCtrl, wxTextCtrlBase)
     EVT_SIZE(wxTextCtrl::OnSize)
 END_EVENT_TABLE()
 
-IMPLEMENT_DYNAMIC_CLASS(wxTextCtrl, wxTextCtrlBase)
-
 // ----------------------------------------------------------------------------
 // creation
 // ----------------------------------------------------------------------------
@@ -766,7 +764,7 @@ bool wxTextCtrl::Create(wxWindow *parent,
     return true;
 }
 
-wxTextCtrl::~wxTextCtrl()
+wxTextCtrl::~wxTextCtrl() wxNOEXCEPT
 {
     delete m_cmdProcessor;