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:
Stefan Csomor 2007-12-22 09:05:13 +00:00
parent 5f0d341166
commit 1f991c9d52

View File

@ -566,7 +566,7 @@ public:
const wxDCImpl *GetImpl() const
{ return m_pimpl; }
wxWindow *GetWindow()
wxWindow *GetWindow() const
{ return m_pimpl->GetWindow(); }
bool IsOk() const