]> Git Repo - qemu.git/blobdiff - hw/vga-isa.c
Make all static TypeInfos const
[qemu.git] / hw / vga-isa.c
index cbe7b05a7e6733edcbcc943e49d666a89a6b701b..762e45aaeb62adf28b6125e9f522b1b5ad03df8f 100644 (file)
@@ -86,7 +86,7 @@ static void vga_class_initfn(ObjectClass *klass, void *data)
     dc->props = vga_isa_properties;
 }
 
-static TypeInfo vga_info = {
+static const TypeInfo vga_info = {
     .name          = "isa-vga",
     .parent        = TYPE_ISA_DEVICE,
     .instance_size = sizeof(ISAVGAState),
This page took 0.024644 seconds and 4 git commands to generate.