]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
EXPORTED an array to quiet the DLL compilation
[wxWidgets.git] / src / msw / listbox.cpp
index 7220cf5ef11985d647b32a64a9f3c67739c5183d..5b2e30ab63554e9363e881e8ba195fb5e1286210 100644 (file)
@@ -230,7 +230,7 @@ bool wxListBox::Create(wxWindow *parent,
 
 wxListBox::~wxListBox()
 {
 
 wxListBox::~wxListBox()
 {
-//    Free();
+    Free();
 }
 
 void wxListBox::SetupColours()
 }
 
 void wxListBox::SetupColours()
@@ -348,7 +348,7 @@ int wxListBox::FindString(const wxString& s) const
 
 void wxListBox::Clear()
 {
 
 void wxListBox::Clear()
 {
-//    Free();
+    Free();
 
     ListBox_ResetContent(GetHwnd());
 
 
     ListBox_ResetContent(GetHwnd());
 
@@ -356,7 +356,6 @@ void wxListBox::Clear()
     SetHorizontalExtent();
 }
 
     SetHorizontalExtent();
 }
 
-/*
 void wxListBox::Free()
 {
 #if wxUSE_OWNER_DRAWN
 void wxListBox::Free()
 {
 #if wxUSE_OWNER_DRAWN
@@ -379,7 +378,7 @@ void wxListBox::Free()
         }
     }
 }
         }
     }
 }
-*/
+
 void wxListBox::SetSelection(int N, bool select)
 {
     wxCHECK_RET( N >= 0 && N < m_noItems,
 void wxListBox::SetSelection(int N, bool select)
 {
     wxCHECK_RET( N >= 0 && N < m_noItems,