fix compiler warning
git-svn-id: svn://localhost/ardour2/branches/3.0@8387 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
75ede0dd6b
commit
0075f4d58c
@ -2086,7 +2086,7 @@ gnome_canvas_class_init (GnomeCanvasClass *klass)
|
||||
static void
|
||||
panic_root_destroyed (GtkObject *object, gpointer data)
|
||||
{
|
||||
g_error ("Eeeek, root item %p of canvas %p was destroyed!", object, data);
|
||||
g_error ("Eeeek, root item %p of canvas %p was destroyed!", (void*) object, data);
|
||||
}
|
||||
|
||||
/* Object initialization function for GnomeCanvas */
|
||||
|
Loading…
Reference in New Issue
Block a user