X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a1498c08b07625baa087622e75637a2f15325b6..264cb7f5f33e6d4fcae54093f5169c559190ecd0:/src/x11/pen.cpp diff --git a/src/x11/pen.cpp b/src/x11/pen.cpp index f6dccc9a9e..c89e957e6b 100644 --- a/src/x11/pen.cpp +++ b/src/x11/pen.cpp @@ -12,8 +12,12 @@ // for compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#include "wx/utils.h" #include "wx/pen.h" + +#ifndef WX_PRECOMP + #include "wx/utils.h" +#endif + #include "wx/colour.h" #include "wx/bitmap.h" @@ -147,7 +151,7 @@ void wxPen::SetStipple( wxBitmap *stipple ) { AllocExclusive(); - M_PENDATA->m_stipple = *stipple;; + M_PENDATA->m_stipple = *stipple; } void wxPen::SetStyle( int style )