projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Script mods
[wxWidgets.git]
/
src
/
gtk
/
brush.cpp
diff --git
a/src/gtk/brush.cpp
b/src/gtk/brush.cpp
index c6b35cc4a26b4b11504f715bc2820fe3fcd327fd..f20993f3cb664031e7cc2147a8b07100790fcafa 100644
(file)
--- a/
src/gtk/brush.cpp
+++ b/
src/gtk/brush.cpp
@@
-28,6
+28,7
@@
public:
}
wxBrushRefData( const wxBrushRefData& data )
+ : wxObjectRefData()
{
m_style = data.m_style;
m_stipple = data.m_stipple;