Remove pointless sealing from GtkTextChild

This commit is contained in:
Matthias Clasen 2010-12-26 22:39:18 -05:00
parent 9dee9a84d0
commit 0c4a0dae6d

View File

@ -58,7 +58,8 @@ struct _GtkTextChildAnchor
{
GObject parent_instance;
gpointer GSEAL (segment);
/*< private >*/
gpointer segment;
};
struct _GtkTextChildAnchorClass