Tinderbox build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
07502d7351
commit
3d5f724f8e
@ -14,6 +14,8 @@
|
||||
#ifndef _WX_UNIV_THEME_H_
|
||||
#define _WX_UNIV_THEME_H_
|
||||
|
||||
#include "wx/string.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxTheme
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -535,7 +535,7 @@ bitmap_t *wxBitmap::GetMGLbitmap_t() const
|
||||
|
||||
// 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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user