]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/pen.cpp
GTK2: gtk_widget_set_uposition -> gtk_window_move for wxPopupWindow - migration appea...
[wxWidgets.git] / src / palmos / pen.cpp
index b0d821755a43feef2060edcf1519727943c601ca..1290ab10aea677726b84ef592961d23cbaf78d90 100644 (file)
 #endif
 
 #ifndef WX_PRECOMP
 #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"
+    #include <stdio.h>
+    #include "wx/list.h"
+    #include "wx/utils.h"
+    #include "wx/app.h"
+    #include "wx/pen.h"
 #endif
 
 static int wx2msPenStyle(int wx_style);
 #endif
 
 static int wx2msPenStyle(int wx_style);
@@ -88,7 +87,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)
 {
 }
 
 {
 }