]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/listbox.cpp
No *.h in src/common/ anymore.
[wxWidgets.git] / src / mac / carbon / listbox.cpp
index 7c8ca90473a7d0543e69f4c9feca6fff7666c996..b4b4edc23d27628b90a1d1d3ae06c98124ad7a92 100644 (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 )