add const overload for GetImpl()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8953748b9a
commit
3204315276
@ -518,6 +518,9 @@ public:
|
||||
|
||||
wxImplDC *GetImpl()
|
||||
{ return m_pimpl; }
|
||||
const wxImplDC *GetImpl() const
|
||||
{ return m_pimpl; }
|
||||
|
||||
|
||||
bool IsOk() const
|
||||
{ return m_pimpl && m_pimpl->IsOk(); }
|
||||
|
Loading…
Reference in New Issue
Block a user