summaryrefslogtreecommitdiff
path: root/gtk/gtkseparator.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkseparator.h')
-rw-r--r--gtk/gtkseparator.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk/gtkseparator.h b/gtk/gtkseparator.h
index 6b3e519395..64096cd3e4 100644
--- a/gtk/gtkseparator.h
+++ b/gtk/gtkseparator.h
@@ -45,12 +45,15 @@ G_BEGIN_DECLS
#define GTK_SEPARATOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEPARATOR, GtkSeparatorClass))
-typedef struct _GtkSeparator GtkSeparator;
-typedef struct _GtkSeparatorClass GtkSeparatorClass;
+typedef struct _GtkSeparator GtkSeparator;
+typedef struct _GtkSeparatorPrivate GtkSeparatorPrivate;
+typedef struct _GtkSeparatorClass GtkSeparatorClass;
struct _GtkSeparator
{
GtkWidget widget;
+
+ GtkSeparatorPrivate *priv;
};
struct _GtkSeparatorClass