diff options
Diffstat (limited to 'hw/remote/machine.c')
| -rw-r--r-- | hw/remote/machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/remote/machine.c b/hw/remote/machine.c index d4616025e8..9fb92ec6f1 100644 --- a/hw/remote/machine.c +++ b/hw/remote/machine.c @@ -121,7 +121,7 @@ static void remote_machine_dev_unplug_cb(HotplugHandler *hotplug_dev, } } -static void remote_machine_class_init(ObjectClass *oc, void *data) +static void remote_machine_class_init(ObjectClass *oc, const void *data) { MachineClass *mc = MACHINE_CLASS(oc); HotplugHandlerClass *hc = HOTPLUG_HANDLER_CLASS(oc); |