]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix after GetEditableWindow() signature change
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Mar 2009 16:22:30 +0000 (16:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Mar 2009 16:22:30 +0000 (16:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/richtext/richtextctrl.h

index b308b57d87a52da7b7776848498cdd656d0fae05..ec5507cf686fda3e33299970561846c89748cb8b 100644 (file)
@@ -777,7 +777,7 @@ public:
     virtual WXHWND GetEditHWND() const { return GetHWND(); }
 #endif
 #ifdef __WXGTK__
     virtual WXHWND GetEditHWND() const { return GetHWND(); }
 #endif
 #ifdef __WXGTK__
-    virtual const wxWindow *GetEditableWindow() { return this; }
+    virtual wxWindow *GetEditableWindow() { return this; }
     virtual GtkEditable *GetEditable() const { return NULL; }
 #endif
 
     virtual GtkEditable *GetEditable() const { return NULL; }
 #endif