aboutsummaryrefslogtreecommitdiff
path: root/hw/vmapple/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vmapple/cfg.c')
-rw-r--r--hw/vmapple/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vmapple/cfg.c b/hw/vmapple/cfg.c
index 63414d8..3d58a29 100644
--- a/hw/vmapple/cfg.c
+++ b/hw/vmapple/cfg.c
@@ -168,7 +168,7 @@ static const Property vmapple_cfg_properties[] = {
DEFINE_PROP_STRING("soc_name", VMAppleCfgState, soc_name),
};
-static void vmapple_cfg_class_init(ObjectClass *klass, void *data)
+static void vmapple_cfg_class_init(ObjectClass *klass, const void *data)
{
DeviceClass *dc = DEVICE_CLASS(klass);
ResettableClass *rc = RESETTABLE_CLASS(klass);