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:
@@ -229,7 +229,7 @@ void wxTextCtrl::Init()
|
||||
m_isNativeCaretShown = true;
|
||||
}
|
||||
|
||||
wxTextCtrl::~wxTextCtrl()
|
||||
wxTextCtrl::~wxTextCtrl() wxNOEXCEPT
|
||||
{
|
||||
#if wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
|
||||
if ( m_dropTarget == wxRICHTEXT_DEFAULT_DROPTARGET )
|
||||
|
Reference in New Issue
Block a user