# HG changeset patch # User malcolmp # Date 1097932138 0 # Node ID 53d45fc43132e278c7332c394da7203629fddb88 # Parent 145747ca3582801f38752c07e849d3ddbf3153f6 [xemacs-hg @ 2004-10-16 13:08:48 by malcolmp] gtk-xemacs.c (gtk_xemacs_size_allocate): Cast pointer to right type. diff -r 145747ca3582 -r 53d45fc43132 src/ChangeLog --- 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 + + * gtk-xemacs.c (gtk_xemacs_size_allocate): Cast pointer to right type. + 2004-10-14 Jerry James * compiler.h: New USED_IF_MULE and USED_IF_MULE_OR_CHECK_TEXT macros. diff -r 145747ca3582 -r 53d45fc43132 src/gtk-xemacs.c --- 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; /*