aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-node-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-node-filter.c')
-rw-r--r--lib/ephy-node-filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-node-filter.c b/lib/ephy-node-filter.c
index 4cffc46c7..0457f30ca 100644
--- a/lib/ephy-node-filter.c
+++ b/lib/ephy-node-filter.c
@@ -41,12 +41,12 @@ enum
#define EPHY_NODE_FILTER_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_NODE_FILTER, EphyNodeFilterPrivate))
-struct EphyNodeFilterPrivate
+struct _EphyNodeFilterPrivate
{
GPtrArray *levels;
};
-struct EphyNodeFilterExpression
+struct _EphyNodeFilterExpression
{
EphyNodeFilterExpressionType type;