X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/243ef54b39f83d4a805dbeaa5ea80232ac66a1b8..d9359369af901bf2146b5ad6575f7aae13389a15:/include/wx/dc.h?ds=sidebyside 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