aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed-event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/mozilla-embed-event.cpp')
-rw-r--r--embed/mozilla/mozilla-embed-event.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/mozilla-embed-event.cpp b/embed/mozilla/mozilla-embed-event.cpp
index 9300457a9..0454ac3f2 100644
--- a/embed/mozilla/mozilla-embed-event.cpp
+++ b/embed/mozilla/mozilla-embed-event.cpp
@@ -37,7 +37,7 @@ struct MozillaEmbedEventPrivate
static void mozilla_embed_event_class_init (MozillaEmbedEventClass *klass);
static void mozilla_embed_event_init (MozillaEmbedEvent *event);
-static void ephy_embed_event_iface_init (EphyEmbedEventIFace *iface);
+static void ephy_embed_event_iface_init (EphyEmbedEventIface *iface);
static GObjectClass *parent_class = NULL;
@@ -184,7 +184,7 @@ mozilla_embed_event_finalize (GObject *object)
}
static void
-ephy_embed_event_iface_init (EphyEmbedEventIFace *iface)
+ephy_embed_event_iface_init (EphyEmbedEventIface *iface)
{
iface->get_type = impl_get_type;
iface->get_context = impl_get_context;