Seal priv pointer in GtkScaleButton.
svn path=/trunk/; revision=20580
This commit is contained in:
@ -63,7 +63,7 @@ struct _GtkScaleButton
|
||||
GtkWidget *GSEAL(minus_button);
|
||||
|
||||
/*< private >*/
|
||||
GtkScaleButtonPrivate *priv;
|
||||
GtkScaleButtonPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkScaleButtonClass
|
||||
|
Reference in New Issue
Block a user