st-shadow: Remove unnecessary ';'

to silence a build warning.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/434
This commit is contained in:
Robert Mader 2019-03-04 20:24:12 +01:00 committed by Florian Müllner
parent 859aef78c4
commit 4785093a5c

View File

@ -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;