X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..cd6645a2c4b5cbeffd4431862b9a8bb0380b6045:/src/palmos/pen.cpp diff --git a/src/palmos/pen.cpp b/src/palmos/pen.cpp index b0d821755a..1290ab10ae 100644 --- a/src/palmos/pen.cpp +++ b/src/palmos/pen.cpp @@ -17,12 +17,11 @@ #endif #ifndef WX_PRECOMP -#include -#include "wx/setup.h" -#include "wx/list.h" -#include "wx/utils.h" -#include "wx/app.h" -#include "wx/pen.h" + #include + #include "wx/list.h" + #include "wx/utils.h" + #include "wx/app.h" + #include "wx/pen.h" #endif static int wx2msPenStyle(int wx_style); @@ -88,7 +87,7 @@ void wxPen::SetColour(const wxColour& col) { } -void wxPen::SetColour(const unsigned char r, const unsigned char g, const unsigned char b) +void wxPen::SetColour(unsigned char r, unsigned char g, unsigned char b) { }