fixes for compiling with more stuff disabled in setup.h (patch 889211)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user