]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/vlbox.cpp
wxUSE_XXX related fixes
[wxWidgets.git] / src / generic / vlbox.cpp
index b7175edf6c886d0bc97a05424828b113fecb5a12..ebe2ad77c2450ac73ffaede5d6a8a8b6a29e2000 100644 (file)
@@ -24,6 +24,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_LISTBOX
+
 #ifndef WX_PRECOMP
     #include "wx/settings.h"
     #include "wx/dcclient.h"
@@ -623,3 +625,5 @@ wxVListBox::GetClassDefaultAttributes(wxWindowVariant variant)
 {
     return wxListBox::GetClassDefaultAttributes(variant);
 }
+
+#endif
\ No newline at end of file