#include "wx/wxprec.h"
-#include "wx/utils.h"
#include "wx/pen.h"
+#ifndef WX_PRECOMP
+ #include "wx/utils.h"
+#endif
+
IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject)
wxPenRefData::wxPenRefData()
RealizeResource();
}
-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)
{
Unshare();