diff src/glade.c @ 2054:91d4c8c65a0f

[xemacs-hg @ 2004-05-02 04:06:51 by malcolmp] Fix warnings and errors when building GTK using C++ and --use-union-type.
author malcolmp
date Sun, 02 May 2004 04:07:01 +0000
parents 6728e641994e
children 8f1ee2d15784
line wrap: on
line diff
--- a/src/glade.c	Sat May 01 21:50:40 2004 +0000
+++ b/src/glade.c	Sun May 02 04:07:01 2004 +0000
@@ -79,7 +79,7 @@
     }
 
   glade_xml_signal_connect_full (GLADE_XML (XGTK_OBJECT (xml)->object),
-				 XSTRING_DATA (handler_name),
+				 (char*) XSTRING_DATA (handler_name),
 				 connector, LISP_TO_VOID (func));
   return (Qt);
 }