summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtktextchild.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextchild.h b/gtk/gtktextchild.h
index 71dad60b4e..a60bec4397 100644
--- a/gtk/gtktextchild.h
+++ b/gtk/gtktextchild.h
@@ -55,7 +55,7 @@ struct _GtkTextChildAnchor
{
GObject parent_instance;
- gpointer segment;
+ gpointer GSEAL (segment);
};
struct _GtkTextChildAnchorClass