From 52efe3abff2a5b06e65b77031da562982f5e3e2b Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Apr 2013 23:57:43 -0700 Subject: [PATCH] Add missing declaration --- src/fe-gtk/custom-list.h | 2 ++ 1 file changed, 2 insertions(+) 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 +GType custom_list_get_type (void); + /* Some boilerplate GObject defines. 'klass' is used * instead of 'class', because 'class' is a C++ keyword */