diff options
Diffstat (limited to 'src/ephy-notebook.h')
-rw-r--r-- | src/ephy-notebook.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h index 9809fdfaf..ca93cdf55 100644 --- a/src/ephy-notebook.h +++ b/src/ephy-notebook.h @@ -14,6 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ #ifndef EPHY_NOTEBOOK_H @@ -51,6 +53,8 @@ enum struct EphyNotebook { GtkNotebook parent; + + /*< private >*/ EphyNotebookPrivate *priv; }; |