summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection-manager.h
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2007-08-30 17:20:45 +0000
committerWill Thompson <will@willthompson.co.uk>2007-08-30 17:20:45 +0000
commiteb416153290860083e33d9ea26d2f76bf19c1130 (patch)
tree3e499f19954fa209fb3da0b15fc7d98e7872ddea /telepathy-glib/base-connection-manager.h
parent7d04fd288a1c64012bced230f9911b5efdefeaf4 (diff)
downloadtelepathy-glib-eb416153290860083e33d9ea26d2f76bf19c1130.tar.gz
setter_data should be gconstpointer not const gpointer.
20070830172045-4210b-661faf287209b4665b594bb6695578866a7c4f18.gz
Diffstat (limited to 'telepathy-glib/base-connection-manager.h')
-rw-r--r--telepathy-glib/base-connection-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-connection-manager.h b/telepathy-glib/base-connection-manager.h
index b6e079f2d..b38d12604 100644
--- a/telepathy-glib/base-connection-manager.h
+++ b/telepathy-glib/base-connection-manager.h
@@ -120,7 +120,7 @@ struct _TpCMParamSpec {
TpCMParamFilter filter;
gconstpointer filter_data;
- const gpointer setter_data;
+ gconstpointer setter_data;
/*<private>*/
gpointer _future1;