From addd756348ee6271da8198f4eec955954e149a34 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 17 May 2012 19:56:27 -0700 Subject: [PATCH] gdbus: Constify introspection method table --- gdbus/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdbus/object.c b/gdbus/object.c index e378074e..0ef6c80e 100644 --- a/gdbus/object.c +++ b/gdbus/object.c @@ -496,7 +496,7 @@ done: g_free(parent_path); } -static GDBusMethodTable introspect_methods[] = { +static const GDBusMethodTable introspect_methods[] = { { "Introspect", "", "s", introspect }, { } };