keeping the constness
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -566,7 +566,7 @@ public:
|
|||||||
const wxDCImpl *GetImpl() const
|
const wxDCImpl *GetImpl() const
|
||||||
{ return m_pimpl; }
|
{ return m_pimpl; }
|
||||||
|
|
||||||
wxWindow *GetWindow()
|
wxWindow *GetWindow() const
|
||||||
{ return m_pimpl->GetWindow(); }
|
{ return m_pimpl->GetWindow(); }
|
||||||
|
|
||||||
bool IsOk() const
|
bool IsOk() const
|
||||||
|
Reference in New Issue
Block a user