summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-12-11 11:05:50 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-12-11 11:11:58 +1300
commitdd43eff4043494d669939a40216537c116c79e9e (patch)
tree8298d6f722cea6d8a05605292c2021c2b76c730e
parent34e4b30db193c276332685a4ac7b62679ecd3a0e (diff)
downloadlightdm-git-dd43eff4043494d669939a40216537c116c79e9e.tar.gz
Remove incorrect use of const
-rw-r--r--src/x-authority.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x-authority.h b/src/x-authority.h
index 116cce0b..748e3f18 100644
--- a/src/x-authority.h
+++ b/src/x-authority.h
@@ -68,7 +68,7 @@ void x_authority_set_address (XAuthority *auth, const guint8 *address, gsize add
const guint8 *x_authority_get_address (XAuthority *auth);
-const gsize x_authority_get_address_length (XAuthority *auth);
+gsize x_authority_get_address_length (XAuthority *auth);
void x_authority_set_number (XAuthority *auth, const gchar *number);