diff options
Diffstat (limited to 'src/handsfree.c')
-rw-r--r-- | src/handsfree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handsfree.c b/src/handsfree.c index 66daaf14..2566dd8d 100644 --- a/src/handsfree.c +++ b/src/handsfree.c @@ -270,7 +270,7 @@ static DBusMessage *handsfree_request_phone_number(DBusConnection *conn, return NULL; } -static GDBusMethodTable handsfree_methods[] = { +static const GDBusMethodTable handsfree_methods[] = { { "GetProperties", "", "a{sv}", handsfree_get_properties }, { "SetProperty", "sv", "", handsfree_set_property, G_DBUS_METHOD_FLAG_ASYNC }, |