]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/htmllbox.cpp
restored defaults in switchs removed in the last commit
[wxWidgets.git] / src / generic / htmllbox.cpp
index 4bbcf8399baff505f4368e88e452d4da4eb6752a..91be6e7ac756d2dd420cee12483872011d9e2535 100644 (file)
@@ -28,6 +28,8 @@
     #include "wx/dcclient.h"
 #endif //WX_PRECOMP
 
+#if wxUSE_HTML
+
 #include "wx/htmllbox.h"
 
 #include "wx/html/htmlcell.h"
@@ -315,3 +317,4 @@ wxCoord wxHtmlListBox::OnMeasureItem(size_t n) const
     return cell->GetHeight() + cell->GetDescent() + 4;
 }
 
+#endif