summaryrefslogtreecommitdiff
path: root/src/gtkcompletionline.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkcompletionline.cc')
-rw-r--r--src/gtkcompletionline.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkcompletionline.cc b/src/gtkcompletionline.cc
index 90897f7..c247994 100644
--- a/src/gtkcompletionline.cc
+++ b/src/gtkcompletionline.cc
@@ -77,9 +77,9 @@ static gboolean
on_key_press(GtkCompletionLine *cl, GdkEventKey *event, gpointer data);
/* get_type */
-guint gtk_completion_line_get_type(void)
+GtkType gtk_completion_line_get_type(void)
{
- static guint type = 0;
+ static GtkType type = 0;
if (type == 0)
{
GtkTypeInfo type_info =