13
0

fix compiler warning

git-svn-id: svn://localhost/ardour2/branches/3.0@8387 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-12-30 16:14:37 +00:00
parent 75ede0dd6b
commit 0075f4d58c

View File

@ -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 */