From 7eaa10884a75068e6e6032455363f57f79718f00 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 7 Jul 2000 18:12:22 +0000 Subject: Add proper cast when filling in the CORBA sequence struct. svn path=/trunk/; revision=3952 --- shell/evolution-shell-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/evolution-shell-client.c') diff --git a/shell/evolution-shell-client.c b/shell/evolution-shell-client.c index 5d48111c01..86f8b852ce 100644 --- a/shell/evolution-shell-client.c +++ b/shell/evolution-shell-client.c @@ -196,7 +196,7 @@ user_select_folder (EvolutionShellClient *shell_client, corba_type_list._length = num_possible_types; corba_type_list._maximum = num_possible_types; - corba_type_list._buffer = possible_types; + corba_type_list._buffer = (CORBA_char **) possible_types; Evolution_Shell_user_select_folder (corba_shell, listener_interface, title, default_folder, &corba_type_list, -- cgit v1.2.3