]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/textctrl.cpp
More compilation fixes after wxNOEXCEPT introduction.
[wxWidgets.git] / src / gtk / textctrl.cpp
index ecb98e6bdc1a448048206482c9e550db0a4b2749..0e408c532b6a6a981af020ccba1abdce7247a338 100644 (file)
@@ -610,7 +610,7 @@ void wxTextCtrl::Init()
     m_anonymousMarkList = NULL;
 }
 
-wxTextCtrl::~wxTextCtrl()
+wxTextCtrl::~wxTextCtrl() wxNOEXCEPT
 {
     if (m_text)
         GTKDisconnect(m_text);