Fix missing/redundant declarations

This commit is contained in:
Emmanuele Bassi
2012-03-07 12:34:06 +00:00
parent 266ea8a3d9
commit 2567049ce3
21 changed files with 57 additions and 24 deletions

View File

@ -153,6 +153,8 @@ enum
static GParamSpec *layer_props[PROP_LAYER_LAST] = { NULL, };
static GParamSpec *bin_props[PROP_LAST] = { NULL, };
GType clutter_bin_layer_get_type (void);
G_DEFINE_TYPE (ClutterBinLayer,
clutter_bin_layer,
CLUTTER_TYPE_LAYOUT_META);