Fix uses of wxPalette without check for wxUSE_PALETTE
This commit is contained in:
parent
26715a1fe0
commit
8b18bbb9c7
4 changed files with 10 additions and 0 deletions
|
|
@ -86,7 +86,10 @@ public:
|
|||
virtual void SetTextForeground( const wxColour &col ) wxOVERRIDE;
|
||||
virtual void SetTextBackground( const wxColour &col ) wxOVERRIDE;
|
||||
virtual void SetBackgroundMode( int mode ) wxOVERRIDE;
|
||||
|
||||
#if wxUSE_PALETTE
|
||||
virtual void SetPalette( const wxPalette& palette ) wxOVERRIDE;
|
||||
#endif
|
||||
|
||||
virtual void DestroyClippingRegion() wxOVERRIDE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue