wayland: Fix compilation warning for destroy function implementation

This commit is contained in:
Rob Bradford 2012-01-12 13:38:12 +00:00
parent f791687d3b
commit 0aa210866c

View File

@ -863,7 +863,7 @@ _gdk_wayland_device_manager_add_device (GdkDeviceManager *device_manager,
}
static void
free_device (void *data, void *user_data)
free_device (gpointer data)
{
g_object_unref (data);
}