summaryrefslogtreecommitdiff
path: root/plugins/nmcompat.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/nmcompat.c')
-rw-r--r--plugins/nmcompat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nmcompat.c b/plugins/nmcompat.c
index 2244c840..70376489 100644
--- a/plugins/nmcompat.c
+++ b/plugins/nmcompat.c
@@ -220,7 +220,7 @@ static DBusMessage *property_get(DBusConnection *conn,
"Unsupported property");
}
-static GDBusMethodTable methods[] = {
+static const GDBusMethodTable methods[] = {
{ "Get", "ss", "v", property_get },
{ },
};