summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gmain.c')
-rw-r--r--glib/dbus-gmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/dbus-gmain.c b/glib/dbus-gmain.c
index 4904588e..1d845b8d 100644
--- a/glib/dbus-gmain.c
+++ b/glib/dbus-gmain.c
@@ -76,7 +76,7 @@ static gboolean message_queue_dispatch (GSource *source,
GSourceFunc callback,
gpointer user_data);
-static GSourceFuncs message_queue_funcs = {
+static const GSourceFuncs message_queue_funcs = {
message_queue_prepare,
message_queue_check,
message_queue_dispatch,