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:
Stefan Csomor
2005-02-06 16:02:39 +00:00
parent b409fa1959
commit 77eddfb7f5
6 changed files with 18 additions and 18 deletions

View File

@@ -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 )