]> Git Repo - qemu.git/blobdiff - hw/pcspk.c
Make all static TypeInfos const
[qemu.git] / hw / pcspk.c
index 6d55ebe82f4c0ad908e43e40c1f4ae38cf2712eb..dfab9559ae92426c74fcad229855cc140cb5babf 100644 (file)
@@ -187,7 +187,7 @@ static void pcspk_class_initfn(ObjectClass *klass, void *data)
     dc->props = pcspk_properties;
 }
 
-static TypeInfo pcspk_info = {
+static const TypeInfo pcspk_info = {
     .name           = "isa-pcspk",
     .parent         = TYPE_ISA_DEVICE,
     .instance_size  = sizeof(PCSpkState),
This page took 0.023313 seconds and 4 git commands to generate.