st-shadow: Remove unnecessary ';'
to silence a build warning. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/434
This commit is contained in:
parent
859aef78c4
commit
4785093a5c
@ -72,7 +72,7 @@ void st_shadow_get_box (StShadow *shadow,
|
||||
const ClutterActorBox *actor_box,
|
||||
ClutterActorBox *shadow_box);
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (StShadow, st_shadow_unref);
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (StShadow, st_shadow_unref)
|
||||
|
||||
|
||||
GType st_shadow_helper_get_type (void) G_GNUC_CONST;
|
||||
|
Loading…
Reference in New Issue
Block a user