aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r--embed/ephy-history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c
index d485616b7..6b54adaaf 100644
--- a/embed/ephy-history.c
+++ b/embed/ephy-history.c
@@ -45,7 +45,7 @@
#define EPHY_HISTORY_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_HISTORY, EphyHistoryPrivate))
-struct EphyHistoryPrivate
+struct _EphyHistoryPrivate
{
char *xml_file;
EphyNodeDb *db;