]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/pen.cpp
wxDFB compilation fixes after recent brushes/pens changes (patch #1939986)
[wxWidgets.git] / src / dfb / pen.cpp
index 4db8f6df5514e030702cb2d52741ca58e447d59f..5b70c698bf0afbc17a5c12826f26b411c23b1b7e 100644 (file)
@@ -40,7 +40,7 @@ public:
 
     virtual bool IsOk() const { return m_colour.IsOk(); }
 
-    void SetStyle(int style)
+    void SetStyle(wxPenStyle style)
     {
         if ( style != wxPENSTYLE_SOLID && style != wxPENSTYLE_TRANSPARENT )
         {