Add missing declaration
This commit is contained in:
parent
59510cf8a1
commit
52efe3abff
|
@ -22,6 +22,8 @@
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
GType custom_list_get_type (void);
|
||||||
|
|
||||||
/* Some boilerplate GObject defines. 'klass' is used
|
/* Some boilerplate GObject defines. 'klass' is used
|
||||||
* instead of 'class', because 'class' is a C++ keyword */
|
* instead of 'class', because 'class' is a C++ keyword */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue