]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/pen.cpp
fixed problems with sometimes processing the events twice introduced in rev 1.170...
[wxWidgets.git] / src / msw / pen.cpp
index ddded9fc633a7032460666cc55081b8f41d4737a..e3609b79bb6cc60129d340ca397c180f3b3c33cb 100644 (file)
@@ -305,7 +305,7 @@ void wxPen::SetColour(const wxColour& col)
     RealizeResource();
 }
 
     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();
 
 {
     Unshare();