summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 11:06:04 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 11:06:04 +0000
commit82ab66057f9fdca94868b380015678f0321eca19 (patch)
tree3cccff18e9d75aae46d9437842101b06a60302d8 /gtk/gtkscalebutton.h
parent79043f1e2706042f29f9f0dd3173cf722c1777d8 (diff)
downloadgtk+-82ab66057f9fdca94868b380015678f0321eca19.tar.gz
Seal priv pointer in GtkScaleButton.
svn path=/trunk/; revision=20580
Diffstat (limited to 'gtk/gtkscalebutton.h')
-rw-r--r--gtk/gtkscalebutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscalebutton.h b/gtk/gtkscalebutton.h
index 4bbd49537e..f08dfb98f9 100644
--- a/gtk/gtkscalebutton.h
+++ b/gtk/gtkscalebutton.h
@@ -63,7 +63,7 @@ struct _GtkScaleButton
GtkWidget *GSEAL(minus_button);
/*< private >*/
- GtkScaleButtonPrivate *priv;
+ GtkScaleButtonPrivate *GSEAL (priv);
};
struct _GtkScaleButtonClass