diff options
Diffstat (limited to 'embed/ephy-favicon-cache.h')
-rw-r--r-- | embed/ephy-favicon-cache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-favicon-cache.h b/embed/ephy-favicon-cache.h index c9174ae28..6c6958228 100644 --- a/embed/ephy-favicon-cache.h +++ b/embed/ephy-favicon-cache.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$ */ #include <glib-object.h> @@ -44,6 +46,7 @@ typedef struct { GObject parent; + /*< private >*/ EphyFaviconCachePrivate *priv; } EphyFaviconCache; |