git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41550
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifndef _WX_UNIV_THEME_H_
#define _WX_UNIV_THEME_H_
+#include "wx/string.h"
+
// ----------------------------------------------------------------------------
// wxTheme
// ----------------------------------------------------------------------------
// Convert wxColour into it's quantized value in lower-precision
// pixel format (needed for masking by colour).
-wxColour wxBitmap::QuantizeColour(const wxColour& clr)
+wxColour wxBitmap::QuantizeColour(const wxColour& clr) const
{
pixel_format_t *pf = GetMGLbitmap_t()->pf;