projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fix
[wxWidgets.git]
/
src
/
gtk
/
brush.cpp
diff --git
a/src/gtk/brush.cpp
b/src/gtk/brush.cpp
index c6b35cc4a26b4b11504f715bc2820fe3fcd327fd..dd6720c868b0e433a5ab53e558d5f1915eb5c26f 100644
(file)
--- a/
src/gtk/brush.cpp
+++ b/
src/gtk/brush.cpp
@@
-12,6
+12,7
@@
#endif
#include "wx/brush.h"
+#include "wx/colour.h"
#include <gdk/gdk.h>
@@
-28,6
+29,7
@@
public:
}
wxBrushRefData( const wxBrushRefData& data )
+ : wxObjectRefData()
{
m_style = data.m_style;
m_stipple = data.m_stipple;