const fix
2002-03-02 Havoc Pennington <hp@pobox.com> * demos/gtk-demo/editable_cells.c (cell_edited): const fix
This commit is contained in:
committed by
Havoc Pennington
parent
85f9871f0c
commit
3a1ca763ef
@ -144,8 +144,8 @@ remove_item (GtkWidget *widget, gpointer data)
|
||||
|
||||
static void
|
||||
cell_edited (GtkCellRendererText *cell,
|
||||
gchar *path_string,
|
||||
gchar *new_text,
|
||||
const gchar *path_string,
|
||||
const gchar *new_text,
|
||||
gpointer data)
|
||||
{
|
||||
GtkTreeModel *model = (GtkTreeModel *)data;
|
||||
|
||||
Reference in New Issue
Block a user