summary refs log tree commit diff stats
path: root/src/fe-gtk/custom-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-gtk/custom-list.h')
-rw-r--r--src/fe-gtk/custom-list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-gtk/custom-list.h b/src/fe-gtk/custom-list.h
index 8ef5fd52..64f0535f 100644
--- a/src/fe-gtk/custom-list.h
+++ b/src/fe-gtk/custom-list.h
@@ -22,6 +22,8 @@
 
 #include <gtk/gtk.h>
 
+GType custom_list_get_type (void);
+
 /* Some boilerplate GObject defines. 'klass' is used
  *   instead of 'class', because 'class' is a C++ keyword */