diff options
Diffstat (limited to 'hw/remote/proxy.c')
| -rw-r--r-- | hw/remote/proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/remote/proxy.c b/hw/remote/proxy.c index 96d831a579..d2de48c9e3 100644 --- a/hw/remote/proxy.c +++ b/hw/remote/proxy.c @@ -195,7 +195,7 @@ static const Property proxy_properties[] = { DEFINE_PROP_STRING("fd", PCIProxyDev, fd), }; -static void pci_proxy_dev_class_init(ObjectClass *klass, void *data) +static void pci_proxy_dev_class_init(ObjectClass *klass, const void *data) { DeviceClass *dc = DEVICE_CLASS(klass); PCIDeviceClass *k = PCI_DEVICE_CLASS(klass); |