summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-02 23:57:43 -0700
committerBerke Viktor <bviktor@hexchat.org>2013-04-02 23:57:43 -0700
commit52efe3abff2a5b06e65b77031da562982f5e3e2b (patch)
tree814b007ebb12c7b897a330c1d3d965d3e354fffa
parent59510cf8a1d1f82f3997be35de17ead21e20e957 (diff)
Add missing declaration
-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 */