diff options
Diffstat (limited to 'plugins/smart-messaging.c')
-rw-r--r-- | plugins/smart-messaging.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/smart-messaging.c b/plugins/smart-messaging.c index d6d77cf0..6820b20e 100644 --- a/plugins/smart-messaging.c +++ b/plugins/smart-messaging.c @@ -268,7 +268,7 @@ static DBusMessage *smart_messaging_send_vcal(DBusConnection *conn, return NULL; } -static GDBusMethodTable smart_messaging_methods[] = { +static const GDBusMethodTable smart_messaging_methods[] = { { "RegisterAgent", "o", "", smart_messaging_register_agent }, { "UnregisterAgent", "o", "", smart_messaging_unregister_agent }, { "SendBusinessCard", "say", "o", smart_messaging_send_vcard, |