Added variant.h/cpp; changed variable names in object.h; added some functions
[wxWidgets.git] / src / generic / listctrl.cpp
index 2e657bddbfdee8053703462149ee8944359d418e..a5e2c197782e3c6069a6941642b98700a49324fc 100644 (file)
@@ -910,10 +910,10 @@ wxListMainWindow::wxListMainWindow( wxWindow *parent, wxWindowID id,
 
 wxListMainWindow::~wxListMainWindow( void )
 {
+  if (m_hilightBrush) delete m_hilightBrush;
+  delete m_renameTimer;
 //  if (m_hilightColour) delete m_hilightColour;
-//  if (m_hilightBrush) delete m_hilightBrush;
 //  if (m_myFont) delete m_myFont;
-  delete m_renameTimer;
 //  delete m_text;
 }