changeset 22700:47292ff1032c

Shut up two compiler warnings about discarding qualifiers.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 22 Apr 2008 23:34:56 +0000
parents 01b5c9ed85e7
children 0ad88bfdde60
files libpurple/plugins/perl/common/Notify.xs
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Notify.xs	Tue Apr 22 16:47:11 2008 +0000
+++ b/libpurple/plugins/perl/common/Notify.xs	Tue Apr 22 23:34:56 2008 +0000
@@ -172,10 +172,10 @@
 void purple_notify_user_info_remove_last_item(user_info)
 	Purple::NotifyUserInfo user_info
 
-gchar *
+const gchar *
 purple_notify_user_info_entry_get_label(user_info_entry)
 	Purple::NotifyUserInfoEntry user_info_entry
 
-gchar *
+const gchar *
 purple_notify_user_info_entry_get_value(user_info_entry)
 	Purple::NotifyUserInfoEntry user_info_entry