aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/sse-timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/timer/sse-timer.c')
-rw-r--r--hw/timer/sse-timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/timer/sse-timer.c b/hw/timer/sse-timer.c
index e106739..866d5ee 100644
--- a/hw/timer/sse-timer.c
+++ b/hw/timer/sse-timer.c
@@ -444,7 +444,7 @@ static const Property sse_timer_properties[] = {
DEFINE_PROP_LINK("counter", SSETimer, counter, TYPE_SSE_COUNTER, SSECounter *),
};
-static void sse_timer_class_init(ObjectClass *klass, void *data)
+static void sse_timer_class_init(ObjectClass *klass, const void *data)
{
DeviceClass *dc = DEVICE_CLASS(klass);