Mercurial > hg > xemacs-beta
diff src/gtk-xemacs.c @ 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 | 04bc9d2f42c7 |
children | dbd2a866e38a |
line wrap: on
line diff
--- 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; /*