aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/sse-counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/timer/sse-counter.c')
-rw-r--r--hw/timer/sse-counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/timer/sse-counter.c b/hw/timer/sse-counter.c
index f17064a..31f77ac 100644
--- a/hw/timer/sse-counter.c
+++ b/hw/timer/sse-counter.c
@@ -448,7 +448,7 @@ static const VMStateDescription sse_counter_vmstate = {
}
};
-static void sse_counter_class_init(ObjectClass *klass, void *data)
+static void sse_counter_class_init(ObjectClass *klass, const void *data)
{
DeviceClass *dc = DEVICE_CLASS(klass);