X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/243ef54b39f83d4a805dbeaa5ea80232ac66a1b8..f8b1df0b15f843b8f47efb9bee38f1de0fa95020:/include/wx/dc.h diff --git a/include/wx/dc.h b/include/wx/dc.h index 24c77d0441..ab3b1c9ccf 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -566,7 +566,7 @@ public: const wxDCImpl *GetImpl() const { return m_pimpl; } - wxWindow *GetWindow() + wxWindow *GetWindow() const { return m_pimpl->GetWindow(); } bool IsOk() const