diff options
Diffstat (limited to 'gobject/tests/properties.c')
-rw-r--r-- | gobject/tests/properties.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/tests/properties.c b/gobject/tests/properties.c index 2a842cda0..296adc34a 100644 --- a/gobject/tests/properties.c +++ b/gobject/tests/properties.c @@ -17,6 +17,7 @@ enum { PROP_0, PROP_FOO, PROP_BAR, PROP_BAZ, N_PROPERTIES }; static GParamSpec *properties[N_PROPERTIES] = { NULL, }; +static GType test_object_get_type (void); G_DEFINE_TYPE (TestObject, test_object, G_TYPE_OBJECT); static void |