Fix another compilation problem after wxNOEXCEPT introduction.

Also add wxNOEXCEPT to wxTextCtrl dtor definition in wxMSW.

See #14826.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-11-20 00:57:25 +00:00
parent c71b5269df
commit e6a277032d

View File

@@ -229,7 +229,7 @@ void wxTextCtrl::Init()
m_isNativeCaretShown = true; m_isNativeCaretShown = true;
} }
wxTextCtrl::~wxTextCtrl() wxTextCtrl::~wxTextCtrl() wxNOEXCEPT
{ {
#if wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT #if wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
if ( m_dropTarget == wxRICHTEXT_DEFAULT_DROPTARGET ) if ( m_dropTarget == wxRICHTEXT_DEFAULT_DROPTARGET )