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:
parent
5f0d341166
commit
1f991c9d52
@ -566,7 +566,7 @@ public:
|
||||
const wxDCImpl *GetImpl() const
|
||||
{ return m_pimpl; }
|
||||
|
||||
wxWindow *GetWindow()
|
||||
wxWindow *GetWindow() const
|
||||
{ return m_pimpl->GetWindow(); }
|
||||
|
||||
bool IsOk() const
|
||||
|
Loading…
Reference in New Issue
Block a user