compilation fixes after pen/brush styles changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-21 23:39:11 +00:00
parent b23bb1f962
commit 2051c39fae
3 changed files with 12 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ public:
void SetStyle( wxPenStyle style );
void SetWidth( int width );
void SetDashes( int number_of_dashes, const wxDash *dash );
void SetStipple( wxBitmap *stipple );
void SetStipple( const wxBitmap& stipple );
wxColour &GetColour() const;
wxPenCap GetCap() const;