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