]> Git Repo - qemu.git/blobdiff - backends/rng.c
Make all static TypeInfos const
[qemu.git] / backends / rng.c
index 48a5840cd54110fac0a8db2f9b26ddbb2de94e84..3d3389802e58b3d07b1a834ddf073f801395c162 100644 (file)
@@ -76,7 +76,7 @@ static void rng_backend_init(Object *obj)
                              NULL);
 }
 
-static TypeInfo rng_backend_info = {
+static const TypeInfo rng_backend_info = {
     .name = TYPE_RNG_BACKEND,
     .parent = TYPE_OBJECT,
     .instance_size = sizeof(RngBackend),
This page took 0.022869 seconds and 4 git commands to generate.