mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2585,7 +2585,7 @@ public:
|
||||
Init( wxCFStringEncFromFontEnc(encoding) );
|
||||
}
|
||||
|
||||
~wxMBConv_cocoa()
|
||||
virtual ~wxMBConv_cocoa()
|
||||
{
|
||||
}
|
||||
|
||||
@@ -2740,7 +2740,7 @@ public:
|
||||
Init( wxMacGetSystemEncFromFontEnc(encoding) );
|
||||
}
|
||||
|
||||
~wxMBConv_mac()
|
||||
virtual ~wxMBConv_mac()
|
||||
{
|
||||
OSStatus status = noErr ;
|
||||
if (m_MB2WC_converter)
|
||||
@@ -2913,7 +2913,7 @@ public :
|
||||
m_uniBack = NULL ;
|
||||
}
|
||||
|
||||
~wxMBConv_macUTF8D()
|
||||
virtual ~wxMBConv_macUTF8D()
|
||||
{
|
||||
if (m_uni!=NULL)
|
||||
DisposeUnicodeToTextInfo(&m_uni);
|
||||
|
Reference in New Issue
Block a user