diff options
Diffstat (limited to 'lib/widgets/ephy-arrow-toolbutton.h')
-rw-r--r-- | lib/widgets/ephy-arrow-toolbutton.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/ephy-arrow-toolbutton.h b/lib/widgets/ephy-arrow-toolbutton.h index 2e2164592..59351b918 100644 --- a/lib/widgets/ephy-arrow-toolbutton.h +++ b/lib/widgets/ephy-arrow-toolbutton.h @@ -39,6 +39,8 @@ typedef struct EphyArrowToolButtonPrivate EphyArrowToolButtonPrivate; struct EphyArrowToolButton { GtkToolButton parent; + + /*< private >*/ EphyArrowToolButtonPrivate *priv; }; |