summary refs log tree commit diff stats
path: root/hw/remote/remote-obj.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/remote/remote-obj.c')
-rw-r--r--hw/remote/remote-obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/remote/remote-obj.c b/hw/remote/remote-obj.c
index 2f25f92dcd..75f8d6df8a 100644
--- a/hw/remote/remote-obj.c
+++ b/hw/remote/remote-obj.c
@@ -163,7 +163,7 @@ static void remote_object_finalize(Object *obj)
     g_free(o->devid);
 }
 
-static void remote_object_class_init(ObjectClass *klass, void *data)
+static void remote_object_class_init(ObjectClass *klass, const void *data)
 {
     RemoteObjectClass *k = REMOTE_OBJECT_CLASS(klass);