fixing NULL warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -265,7 +265,7 @@ bool wxListBox::Create(wxWindow *parent, wxWindowID id,
|
||||
|
||||
wxListBox::~wxListBox()
|
||||
{
|
||||
m_peer->SetReference( NULL ) ;
|
||||
m_peer->SetReference( 0 ) ;
|
||||
FreeData() ;
|
||||
// avoid access during destruction
|
||||
if ( m_macList )
|
||||
|
Reference in New Issue
Block a user