diff options
Diffstat (limited to 'lib/ephy-file-chooser.h')
-rw-r--r-- | lib/ephy-file-chooser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-file-chooser.h b/lib/ephy-file-chooser.h index 7702c41d2..1ca3426f4 100644 --- a/lib/ephy-file-chooser.h +++ b/lib/ephy-file-chooser.h @@ -46,6 +46,8 @@ enum typedef struct { GtkFileChooserDialog parent; + + /*< private >*/ EphyFileChooserPrivate *priv; } EphyFileChooser; |