diff options
Diffstat (limited to 'gtk/gtkseparatortoolitem.h')
-rw-r--r-- | gtk/gtkseparatortoolitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkseparatortoolitem.h b/gtk/gtkseparatortoolitem.h index 6f7788b5a0..79075ee503 100644 --- a/gtk/gtkseparatortoolitem.h +++ b/gtk/gtkseparatortoolitem.h @@ -44,7 +44,7 @@ typedef struct _GtkSeparatorToolItemPrivate GtkSeparatorToolItemPrivate; struct _GtkSeparatorToolItem { GtkToolItem parent; - + /*< private >*/ GtkSeparatorToolItemPrivate *priv; }; |