summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
Diffstat (limited to 'unit')
-rw-r--r--unit/session-api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/session-api.c b/unit/session-api.c
index ce07d147..c5b7b6ce 100644
--- a/unit/session-api.c
+++ b/unit/session-api.c
@@ -285,7 +285,7 @@ static DBusMessage *notify_update(DBusConnection *conn,
return g_dbus_create_reply(msg, DBUS_TYPE_INVALID);
}
-static GDBusMethodTable notify_methods[] = {
+static const GDBusMethodTable notify_methods[] = {
{ "Release", "", "", notify_release },
{ "Update", "a{sv}", "", notify_update },
{ },