Add missing declaration

This commit is contained in:
Berke Viktor 2013-04-02 23:57:43 -07:00
parent 59510cf8a1
commit 52efe3abff
1 changed files with 2 additions and 0 deletions

View File

@ -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 */