summaryrefslogtreecommitdiffstats
path: root/src/ipod-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipod-device.c')
-rw-r--r--src/ipod-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipod-device.c b/src/ipod-device.c
index b429bfb..8971693 100644
--- a/src/ipod-device.c
+++ b/src/ipod-device.c
@@ -1437,7 +1437,7 @@ ipod_device_run_command(IpodDevice *device, const char *command,
/* PUBLIC METHODS */
IpodDevice *
-ipod_device_new(gchar *hal_volume_id)
+ipod_device_new(const gchar *hal_volume_id)
{
IpodDevice *device = g_object_new(TYPE_IPOD_DEVICE,
"hal-volume-id", hal_volume_id, NULL);