revert return type changes for gdi object pointers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-04-26 02:24:42 +00:00
parent c1aa5517ac
commit 1c9d49c661
3 changed files with 10 additions and 10 deletions

View File

@@ -329,8 +329,8 @@ class WXDLLIMPEXP_OGL wxShape: public wxShapeEvtHandler
void AddText(const wxString& string);
inline const wxPen *GetPen() const { return m_pen; }
inline const wxBrush *GetBrush() const { return m_brush; }
inline wxPen *GetPen() const { return wx_const_cast(wxPen*, m_pen); }
inline wxBrush *GetBrush() const { return wx_const_cast(wxBrush*, m_brush); }
/*
* Region-specific functions (defaults to the default region