diff options
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 9ca8dce2d..d086beb4d 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -92,6 +92,8 @@ typedef enum struct EphyShell { EphyEmbedShell parent; + + /*< private >*/ EphyShellPrivate *priv; }; |