diff options
Diffstat (limited to 'src/ephy-favorites-menu.h')
-rw-r--r-- | src/ephy-favorites-menu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-favorites-menu.h b/src/ephy-favorites-menu.h index c7d069283..48c6fbd27 100644 --- a/src/ephy-favorites-menu.h +++ b/src/ephy-favorites-menu.h @@ -15,6 +15,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_FAVORITES_MENU_H @@ -44,6 +46,7 @@ struct _EphyFavoritesMenu { GObject parent_object; + /*< private >*/ EphyFavoritesMenuPrivate *priv; }; |