projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change fallback default for wx version to 27
[wxWidgets.git]
/
src
/
msw
/
brush.cpp
diff --git
a/src/msw/brush.cpp
b/src/msw/brush.cpp
index 3ca22f63753a27ae1478abd18b96ce2cc92e24f5..e377793c1ce38fc40fbf2d2e03d462c1ed5aad07 100644
(file)
--- a/
src/msw/brush.cpp
+++ b/
src/msw/brush.cpp
@@
-314,7
+314,7
@@
void wxBrush::SetColour(const wxColour& col)
M_BRUSHDATA->SetColour(col);
}
-void wxBrush::SetColour(
const unsigned char r, const unsigned char g, const
unsigned char b)
+void wxBrush::SetColour(
unsigned char r, unsigned char g,
unsigned char b)
{
AllocExclusive();