diff options
Diffstat (limited to 'hw/sb16.c')
| -rw-r--r-- | hw/sb16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sb16.c b/hw/sb16.c index bb460ccb60..52dfedf5f1 100644 --- a/hw/sb16.c +++ b/hw/sb16.c @@ -1409,7 +1409,7 @@ static void sb16_class_initfn (ObjectClass *klass, void *data) dc->props = sb16_properties; } -static TypeInfo sb16_info = { +static const TypeInfo sb16_info = { .name = "sb16", .parent = TYPE_ISA_DEVICE, .instance_size = sizeof (SB16State), |