]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/pen.h
Get/SetTitle only for wxTopLevelWindow (wxOS2 part).
[wxWidgets.git] / include / wx / palmos / pen.h
index bb4b023a8bcf0fe0d69ccacfda171a9e2f70268b..de6691ac2a1a9ae41adc198ba27209e81e513a11 100644 (file)
@@ -102,7 +102,7 @@ public:
 
     // Override in order to recreate the pen
     void SetColour(const wxColour& col);
-    void SetColour(const unsigned char r, const unsigned char g, const unsigned char b);
+    void SetColour(unsigned char r, unsigned char g, unsigned char b);
 
     void SetWidth(int width);
     void SetStyle(int style);