]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/pen.cpp
SetSelection() must update m_selectionOld, otherwise it doesn't correspond to the...
[wxWidgets.git] / src / msw / pen.cpp
index ddded9fc633a7032460666cc55081b8f41d4737a..1ddd61e07f6cfba89a1702e7d434f84ef4953bed 100644 (file)
@@ -18,7 +18,6 @@
 
 #ifndef WX_PRECOMP
 #include <stdio.h>
-#include "wx/setup.h"
 #include "wx/list.h"
 #include "wx/utils.h"
 #include "wx/app.h"
@@ -305,7 +304,7 @@ void wxPen::SetColour(const wxColour& col)
     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();