]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
compile fix for gcc
[wxWidgets.git] / include / wx / msw / listbox.h
index c702b8c1b7e3485700f782b9c43758d543ee1831..1dbd35f32bd047e4c464cf0d8aba4e267746c08e 100644 (file)
@@ -6,14 +6,14 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_LISTBOX_H_
 #define _WX_LISTBOX_H_
 
 #ifdef __GNUG__
-#pragma interface "listbox.h"
+    #pragma interface "listbox.h"
 #endif
 
 // ----------------------------------------------------------------------------
@@ -120,10 +120,13 @@ protected:
     // do we have multiple selections?
     bool HasMultipleSelection() const;
 
+    // free memory (common part of Clear() and dtor)
+    void Free();
+
     int m_noItems;
     int m_selected;
 
-    virtual wxSize DoGetBestSize();
+    virtual wxSize DoGetBestSize() const;
 
 #if wxUSE_OWNER_DRAWN
     // control items