X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e81bbbf6c49a3bc8765817ddf7a1e83ae418f7d..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/gtk/dvrenderer.h?ds=inline diff --git a/include/wx/gtk/dvrenderer.h b/include/wx/gtk/dvrenderer.h index c6ecb397e4..dfaba5609a 100644 --- a/include/wx/gtk/dvrenderer.h +++ b/include/wx/gtk/dvrenderer.h @@ -3,7 +3,6 @@ // Purpose: wxDataViewRenderer for GTK wxDataViewCtrl implementation // Author: Robert Roebling, Vadim Zeitlin // Created: 2009-11-07 (extracted from wx/gtk/dataview.h) -// RCS-ID: $Id$ // Copyright: (c) 2006 Robert Roebling // (c) 2009 Vadim Zeitlin // Licence: wxWindows licence @@ -48,7 +47,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();