diff options
Diffstat (limited to 'plugins/push-notification.c')
-rw-r--r-- | plugins/push-notification.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/push-notification.c b/plugins/push-notification.c index 1c19bf22..1b8f7296 100644 --- a/plugins/push-notification.c +++ b/plugins/push-notification.c @@ -151,7 +151,7 @@ static DBusMessage *push_notification_unregister_agent(DBusConnection *conn, return dbus_message_new_method_return(msg); } -static GDBusMethodTable push_notification_methods[] = { +static const GDBusMethodTable push_notification_methods[] = { { "RegisterAgent", "o", "", push_notification_register_agent }, { "UnregisterAgent", "o", "", push_notification_unregister_agent }, { } |