diff options
Diffstat (limited to 'hw/i386/vmmouse.c')
-rw-r--r-- | hw/i386/vmmouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/vmmouse.c b/hw/i386/vmmouse.c index c0c329f817..7c2a375527 100644 --- a/hw/i386/vmmouse.c +++ b/hw/i386/vmmouse.c @@ -286,7 +286,7 @@ static void vmmouse_class_initfn(ObjectClass *klass, void *data) dc->realize = vmmouse_realizefn; dc->reset = vmmouse_reset; dc->vmsd = &vmstate_vmmouse; - dc->props = vmmouse_properties; + device_class_set_props(dc, vmmouse_properties); } static const TypeInfo vmmouse_info = { |