summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-24 21:44:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-02-24 21:44:03 -0500
commit04cc589a613ca6cf8f66930855e43362731d2052 (patch)
treeca4552bc56dfdf88d7ba6b6dfb2781ac105dab17
parentef556689f8159ec99ff4a98839f6893e6ca84143 (diff)
downloadgtk+-wip/matthiasc/immodule-cleanup.tar.gz
-rw-r--r--gtk/gtkimcontextwayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontextwayland.c b/gtk/gtkimcontextwayland.c
index 6ffd2885d3..698954c44d 100644
--- a/gtk/gtkimcontextwayland.c
+++ b/gtk/gtkimcontextwayland.c
@@ -78,7 +78,7 @@ G_DEFINE_TYPE_WITH_CODE (GtkIMContextWayland, gtk_im_context_wayland, GTK_TYPE_I
static GtkIMContextWaylandGlobal *global = NULL;
-#define GTK_IM_CONTEXT_WAYLAND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), gtk_im_context_wayland__get_type (), GtkIMContextWayland))
+#define GTK_IM_CONTEXT_WAYLAND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), gtk_im_context_wayland_get_type (), GtkIMContextWayland))
static void
reset_preedit (GtkIMContextWayland *context)