mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Seal priv pointer in GtkScaleButton.
svn path=/trunk/; revision=20580
This commit is contained in:
parent
79043f1e27
commit
82ab66057f
@ -63,7 +63,7 @@ struct _GtkScaleButton
|
||||
GtkWidget *GSEAL(minus_button);
|
||||
|
||||
/*< private >*/
|
||||
GtkScaleButtonPrivate *priv;
|
||||
GtkScaleButtonPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkScaleButtonClass
|
||||
|
Loading…
Reference in New Issue
Block a user