aboutsummaryrefslogtreecommitdiff
path: root/hw/core/resetcontainer.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/core/resetcontainer.c')
-rw-r--r--hw/core/resetcontainer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/core/resetcontainer.c b/hw/core/resetcontainer.c
index e4ece68..5ff1700 100644
--- a/hw/core/resetcontainer.c
+++ b/hw/core/resetcontainer.c
@@ -68,7 +68,8 @@ static void resettable_container_finalize(Object *obj)
{
}
-static void resettable_container_class_init(ObjectClass *klass, void *data)
+static void resettable_container_class_init(ObjectClass *klass,
+ const void *data)
{
ResettableClass *rc = RESETTABLE_CLASS(klass);