changeset 2336:53d45fc43132

[xemacs-hg @ 2004-10-16 13:08:48 by malcolmp] gtk-xemacs.c (gtk_xemacs_size_allocate): Cast pointer to right type.
author malcolmp
date Sat, 16 Oct 2004 13:08:58 +0000
parents 145747ca3582
children 50c0370afc5d
files src/ChangeLog src/gtk-xemacs.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Oct 15 21:52:05 2004 +0000
+++ b/src/ChangeLog	Sat Oct 16 13:08:58 2004 +0000
@@ -1,3 +1,7 @@
+2004-10-16  Malcolm Purvis  <malcolmp@xemacs.org>
+
+	* gtk-xemacs.c (gtk_xemacs_size_allocate): Cast pointer to right type.
+
 2004-10-14  Jerry James  <james@xemacs.org>
 
 	* compiler.h: New USED_IF_MULE and USED_IF_MULE_OR_CHECK_TEXT macros.
--- a/src/gtk-xemacs.c	Fri Oct 15 21:52:05 2004 +0000
+++ b/src/gtk-xemacs.c	Sat Oct 16 13:08:58 2004 +0000
@@ -302,7 +302,7 @@
     children = fixed->children;
     while (children)
       {
-	GtkFixedChild* child = children->data;
+	GtkFixedChild* child = (GtkFixedChild*) children->data;
 	children = children->next;
       
 	/*