]> git.saurik.com Git - wxWidgets.git/commitdiff
keeping the constness
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 22 Dec 2007 09:05:13 +0000 (09:05 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 22 Dec 2007 09:05:13 +0000 (09:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dc.h

index 24c77d04417ac762b79edc5027d9be9282c33de8..ab3b1c9ccf3e3c8c4b20b1623a2dfd885a683fb6 100644 (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