]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/pen.cpp
adapting keycode field usage for EVT_CHAR in unicode to MSW variant (full unicode...
[wxWidgets.git] / src / x11 / pen.cpp
index f6dccc9a9ea68cb614d0729e64a473db4330b48d..5dd99899cb3b42cca2b9adef92efefadf7c4f4b5 100644 (file)
@@ -147,7 +147,7 @@ void wxPen::SetStipple( wxBitmap *stipple )
 {
     AllocExclusive();
 
 {
     AllocExclusive();
 
-    M_PENDATA->m_stipple = *stipple;;
+    M_PENDATA->m_stipple = *stipple;
 }
 
 void wxPen::SetStyle( int style )
 }
 
 void wxPen::SetStyle( int style )