diff options
Diffstat (limited to 'gtk/gtkscalebutton.h')
-rw-r--r-- | gtk/gtkscalebutton.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk/gtkscalebutton.h b/gtk/gtkscalebutton.h index 0f01cbf5bf..1fc7ecdab2 100644 --- a/gtk/gtkscalebutton.h +++ b/gtk/gtkscalebutton.h @@ -51,14 +51,10 @@ G_BEGIN_DECLS typedef struct _GtkScaleButton GtkScaleButton; typedef struct _GtkScaleButtonClass GtkScaleButtonClass; -typedef struct _GtkScaleButtonPrivate GtkScaleButtonPrivate; struct _GtkScaleButton { - GtkButton parent; - - /*< private >*/ - GtkScaleButtonPrivate *priv; + GtkButton parent_instance; }; struct _GtkScaleButtonClass |