]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/combobox.h
fixing multiple extensions in one filter, turning off temporarily sheets code
[wxWidgets.git] / include / wx / gtk / combobox.h
index 438dc7c3adb14767fcd8c8f4c8d3fde9c04ee0eb..d715d1dae889bf79cd6fcdcd0825173c701e4f6f 100644 (file)
@@ -142,7 +142,7 @@ protected:
 
 private:
     // From wxTextEntry:
-    virtual const wxWindow *GetEditableWindow() const { return this; }
+    virtual wxWindow *GetEditableWindow() { return this; }
     virtual GtkEditable *GetEditable() const;
     virtual void EnableTextChangedEvents(bool enable)
     {