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:
@@ -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
|
||||
|
Reference in New Issue
Block a user