projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
making things compile and build again ...
[wxWidgets.git]
/
src
/
gtk
/
brush.cpp
diff --git
a/src/gtk/brush.cpp
b/src/gtk/brush.cpp
index 1cc7e69e1f7dc0577981c82129c61ef86604a79e..4c54c10897509213764cbf43167b00c63eb20ff8 100644
(file)
--- a/
src/gtk/brush.cpp
+++ b/
src/gtk/brush.cpp
@@
-40,7
+40,7
@@
public:
bool operator == (const wxBrushRefData& data) const
{
return (m_style == data.m_style &&
- m_stipple.Is
RefTo(&
data.m_stipple) &&
+ m_stipple.Is
SameAs(
data.m_stipple) &&
m_colour == data.m_colour);
}