]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dvrenderer.h
removing outdated code
[wxWidgets.git] / include / wx / gtk / dvrenderer.h
index c6ecb397e4b21d679de0139a00996f8676672ce2..1c1bc50d6d00cafe54a1c52899988baf6637d0a0 100644 (file)
@@ -48,7 +48,7 @@ public:
     //
     // it validates the new value and notifies the model about the change by
     // calling GtkOnCellChanged() if it was accepted
-    virtual void GtkOnTextEdited(const gchar *itempath, const wxString& value);
+    virtual void GtkOnTextEdited(const char *itempath, const wxString& value);
 
     GtkCellRenderer* GetGtkHandle() { return m_renderer; }
     void GtkInitHandlers();