More compilation fixes after wxNOEXCEPT introduction.

This is a temporary change, r72984 and the following changes (see #14826) will
probably be reverted soon anyhow, but for now at least fix wxGTK compilation.

Closes #14837.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-11-19 18:01:01 +00:00
parent f321d0bc0c
commit ab7f003482
4 changed files with 5 additions and 3 deletions

View File

@@ -764,7 +764,7 @@ bool wxTextCtrl::Create(wxWindow *parent,
return true;
}
wxTextCtrl::~wxTextCtrl()
wxTextCtrl::~wxTextCtrl() wxNOEXCEPT
{
delete m_cmdProcessor;