summaryrefslogtreecommitdiffstats
path: root/src/cdma-voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdma-voicecall.c')
-rw-r--r--src/cdma-voicecall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdma-voicecall.c b/src/cdma-voicecall.c
index f7e3b670..3d0c55ea 100644
--- a/src/cdma-voicecall.c
+++ b/src/cdma-voicecall.c
@@ -405,7 +405,7 @@ static DBusMessage *voicecall_manager_tone(DBusConnection *conn,
return NULL;
}
-static GDBusMethodTable manager_methods[] = {
+static const GDBusMethodTable manager_methods[] = {
{ "GetProperties", "", "a{sv}",
voicecall_manager_get_properties },
{ "Dial", "s", "o", voicecall_manager_dial,