]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/brush.cpp
Separated out book control sizing code
[wxWidgets.git] / src / mac / classic / brush.cpp
index 49d0c53ad27af3ad201d21533464006200967f4d..bf5c4c368f334e695ca5c02768eb2e10d095324c 100644 (file)
@@ -9,7 +9,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/setup.h"
+#include "wx/wxprec.h"
+
 #include "wx/utils.h"
 #include "wx/brush.h"
 
@@ -128,7 +129,7 @@ void wxBrush::SetColour(const wxColour& col)
     RealizeResource();
 }
 
-void wxBrush::SetColour(const unsigned char r, const unsigned char g, const unsigned char b)
+void wxBrush::SetColour(unsigned char r, unsigned char g, unsigned char b)
 {
     Unshare();