]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/pen.h
fix some warnings from GCC -Wextra
[wxWidgets.git] / include / wx / gtk / pen.h
index f607a1be83694c394e43e32a1a09a3304efe0caf..2af7d460487e6bd46de499ee979727993b520b28 100644 (file)
@@ -22,8 +22,8 @@ public:
     wxPen() { }
 
     wxPen( const wxColour &colour, int width = 1, wxPenStyle style = wxPENSTYLE_SOLID );
-#if WXWIN_COMPATIBILITY_2_8
-    wxDEPRECATED( wxPen(const wxColour& col, int width, wxBrushStyle style) );
+#if FUTURE_WXWIN_COMPATIBILITY_3_0
+    wxDEPRECATED_FUTURE( wxPen(const wxColour& col, int width, int style) );
 #endif
 
     virtual ~wxPen();
@@ -40,7 +40,7 @@ public:
     void SetDashes( int number_of_dashes, const wxDash *dash );
     void SetStipple(const wxBitmap& stipple);
 
-    wxColour &GetColour() const;
+    wxColour GetColour() const;
     wxPenCap GetCap() const;
     wxPenJoin GetJoin() const;
     wxPenStyle GetStyle() const;