[gnome-control-center/gnome-3-4] wacom: Fix warning with libwacom 0.6



commit 36389731a224753643b25697ceae5e00ebd478cf
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Sep 12 09:50:48 2012 +0100

    wacom: Fix warning with libwacom 0.6

 panels/wacom/gsd-wacom-device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/wacom/gsd-wacom-device.c b/panels/wacom/gsd-wacom-device.c
index be23a66..c6b9852 100644
--- a/panels/wacom/gsd-wacom-device.c
+++ b/panels/wacom/gsd-wacom-device.c
@@ -1143,7 +1143,7 @@ gsd_wacom_device_update_from_db (GsdWacomDevice *device,
 
 	if (device->priv->type == WACOM_TYPE_STYLUS ||
 	    device->priv->type == WACOM_TYPE_ERASER) {
-		int *ids;
+		const int *ids;
 		int num_styli;
 		guint i;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]