Cater for wxUSE_IMAGE=0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-11 10:59:07 +00:00
parent cfb5756157
commit 7da6ab6e2e
2 changed files with 8 additions and 1 deletions

View File

@@ -45,6 +45,8 @@
#include "wx/palette.h"
#endif
#if wxUSE_IMAGE
#include "wx/image.h"
#include "wx/quantize.h"
@@ -1655,3 +1657,6 @@ bool wxQuantize::Quantize(const wxImage& src,
return TRUE;
}
#endif
// wxUSE_IMAGE