summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-02 05:58:38 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-02 05:58:38 +0000
commita7acad22db96590970d9ea37b86423d8a0c5c76f (patch)
tree2c531ad30488e2f93a38957ac12b3b96e32c56ee /gtk/gtkfilechooserbutton.h
parent1a8de55702104677b31993ca700c5bce8cd30607 (diff)
downloadgtk+-a7acad22db96590970d9ea37b86423d8a0c5c76f.tar.gz
Fix trigraphs in private markers.
2004-11-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
Diffstat (limited to 'gtk/gtkfilechooserbutton.h')
-rw-r--r--gtk/gtkfilechooserbutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserbutton.h b/gtk/gtkfilechooserbutton.h
index 780d73cbe8..9cb22ba26d 100644
--- a/gtk/gtkfilechooserbutton.h
+++ b/gtk/gtkfilechooserbutton.h
@@ -47,7 +47,7 @@ typedef struct _GtkFileChooserButtonClass GtkFileChooserButtonClass;
struct _GtkFileChooserButton
{
- /* <private> */
+ /*< private >*/
GtkHBox parent;
GtkFileChooserButtonPrivate *priv;
@@ -55,7 +55,7 @@ struct _GtkFileChooserButton
struct _GtkFileChooserButtonClass
{
- /* <private> */
+ /*< private >*/
GtkHBoxClass parent_class;
void (*__gtk_reserved1);