X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/243ef54b39f83d4a805dbeaa5ea80232ac66a1b8..0c73d133517098480565f3dbb529a5f2a72ef68f:/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