]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/pen.cpp
don't overwrite the existing local file if we failed to open it but it does exist
[wxWidgets.git] / src / palmos / pen.cpp
index b0d821755a43feef2060edcf1519727943c601ca..af9311f7c26d23ee6dbeaee3b455521129ce0974 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-#include <stdio.h>
-#include "wx/setup.h"
-#include "wx/list.h"
-#include "wx/utils.h"
-#include "wx/app.h"
 #include "wx/pen.h"
+
+#ifndef WX_PRECOMP
+    #include <stdio.h>
+    #include "wx/list.h"
+    #include "wx/utils.h"
+    #include "wx/app.h"
 #endif
 
 static int wx2msPenStyle(int wx_style);
@@ -88,7 +88,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)
 {
 }