aboutsummaryrefslogtreecommitdiff
path: root/chardev/wctablet.c
diff options
context:
space:
mode:
Diffstat (limited to 'chardev/wctablet.c')
-rw-r--r--chardev/wctablet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chardev/wctablet.c b/chardev/wctablet.c
index f4008bf..0dc6ef0 100644
--- a/chardev/wctablet.c
+++ b/chardev/wctablet.c
@@ -342,7 +342,7 @@ static void wctablet_chr_open(Chardev *chr,
&wctablet_handler);
}
-static void wctablet_chr_class_init(ObjectClass *oc, void *data)
+static void wctablet_chr_class_init(ObjectClass *oc, const void *data)
{
ChardevClass *cc = CHARDEV_CLASS(oc);