]> Git Repo - qemu.git/blobdiff - hw/vga-pci.c
Make all static TypeInfos const
[qemu.git] / hw / vga-pci.c
index 87c7c0648de7537e69fc96062ca8a765af9e2684..c491af20e4b5c9e0e82751ca19c7678f4e8e0e7c 100644 (file)
@@ -200,7 +200,7 @@ static void vga_class_init(ObjectClass *klass, void *data)
     dc->props = vga_pci_properties;
 }
 
-static TypeInfo vga_info = {
+static const TypeInfo vga_info = {
     .name          = "VGA",
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof(PCIVGAState),
This page took 0.022686 seconds and 4 git commands to generate.