texture-tower: Fix usage of G_*_DECLS

https://bugzilla.gnome.org/show_bug.cgi?id=783505
This commit is contained in:
Benoit Gschwind 2017-06-07 11:57:09 +02:00 committed by Florian Müllner
parent 7938f41c11
commit e1950ed76f

View File

@ -62,6 +62,6 @@ void meta_texture_tower_update_area (MetaTextureTower *tower,
int height);
CoglTexture *meta_texture_tower_get_paint_texture (MetaTextureTower *tower);
G_BEGIN_DECLS
G_END_DECLS
#endif /* __META_TEXTURE_TOWER_H__ */