]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/pen.cpp
wchar_t is now always required, updated chartype.h check accordingly
[wxWidgets.git] / src / palmos / pen.cpp
index 4ed1a1abd1548e2cc0d1022a9f2623832a66e6fb..65bdffbbae735dcf4b61bc508c4829539b3b15cc 100644 (file)
@@ -52,7 +52,7 @@ wxPen::~wxPen()
 }
 
 // Should implement Create
-wxPen::wxPen(const wxColour& col, int Width, int Style)
+wxPen::wxPen(const wxColour& col, int Width, wxPenStyle Style)
 {
 }
 
@@ -92,7 +92,7 @@ void wxPen::SetWidth(int Width)
 {
 }
 
-void wxPen::SetStyle(int Style)
+void wxPen::SetStyle(wxPenStyle Style)
 {
 }
 
@@ -104,11 +104,11 @@ void wxPen::SetDashes(int nb_dashes, const wxDash *Dash)
 {
 }
 
-void wxPen::SetJoin(int Join)
+void wxPen::SetJoin(wxPenJoin Join)
 {
 }
 
-void wxPen::SetCap(int Cap)
+void wxPen::SetCap(wxPenCap Cap)
 {
 }