]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
fixed ifdef
[wxWidgets.git] / include / wx / msw / listbox.h
index 7f7f1b679c3133b2b6a08344584b2469db6c88ed..a6e9766278bc411485cbded5859717a8af792900 100644 (file)
@@ -16,6 +16,8 @@
     #pragma interface "listbox.h"
 #endif
 
+#if wxUSE_LISTBOX
+
 // ----------------------------------------------------------------------------
 // simple types
 // ----------------------------------------------------------------------------
@@ -113,9 +115,6 @@ public:
     virtual void SetupColours();
 
 protected:
-    // do we have multiple selections?
-    bool HasMultipleSelection() const;
-
     // free memory (common part of Clear() and dtor)
     void Free();
 
@@ -133,5 +132,7 @@ private:
     DECLARE_DYNAMIC_CLASS(wxListBox)
 };
 
+#endif // wxUSE_LISTBOX
+
 #endif
     // _WX_LISTBOX_H_