Fix an aliasing problem. (#347585, Ed Catmur)

2007-11-22  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktextiter.c: Fix an aliasing problem.  (#347585, Ed Catmur)


svn path=/trunk/; revision=19024
This commit is contained in:
Matthias Clasen 2007-11-22 05:50:32 +00:00 committed by Matthias Clasen
parent 0d81a39f5b
commit 1ece9d4e40
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-22 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextiter.c: Fix an aliasing problem. (#347585, Ed Catmur)
2007-11-21 Richard Hult <richard@imendio.com>
* gdk/quartz/Makefile.am: * gdk/quartz/gdktestutils-quartz.c: Add

View File

@ -38,7 +38,7 @@
typedef struct _GtkTextRealIter GtkTextRealIter;
struct _GtkTextRealIter
struct G_GNUC_MAY_ALIAS _GtkTextRealIter
{
/* Always-valid information */
GtkTextBTree *tree;