projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
can't pass objects through ... (please don't ever ignore this gcc warning)
[wxWidgets.git]
/
src
/
x11
/
pen.cpp
diff --git
a/src/x11/pen.cpp
b/src/x11/pen.cpp
index f6dccc9a9ea68cb614d0729e64a473db4330b48d..5dd99899cb3b42cca2b9adef92efefadf7c4f4b5 100644
(file)
--- a/
src/x11/pen.cpp
+++ b/
src/x11/pen.cpp
@@
-147,7
+147,7
@@
void wxPen::SetStipple( wxBitmap *stipple )
{
AllocExclusive();
- M_PENDATA->m_stipple = *stipple;
;
+ M_PENDATA->m_stipple = *stipple;
}
void wxPen::SetStyle( int style )