diff plugins/perl/common/AccountOpts.xs @ 11130:3f3bc7f1b6bf

[gaim-migrate @ 13186] Fixed warning messages committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Tue, 19 Jul 2005 10:03:10 +0000
parents 134d0001983d
children ece127d56c14
line wrap: on
line diff
--- a/plugins/perl/common/AccountOpts.xs	Tue Jul 19 05:31:36 2005 +0000
+++ b/plugins/perl/common/AccountOpts.xs	Tue Jul 19 10:03:10 2005 +0000
@@ -83,7 +83,7 @@
 gaim_account_option_get_list(option)
 	Gaim::Account::Option option
 PREINIT:
-	GList *l;
+	const GList *l;
 PPCODE:
 	for (l = gaim_account_option_get_list(option); l != NULL; l = l->next) {
 		XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, "Gaim::ListEntry")));