cogl-poll: Add a missing G_END_DECLS to the header

I accidentally left this out so I guess that would break apps using
C++.

https://bugzilla.gnome.org/show_bug.cgi?id=668385
This commit is contained in:
Neil Roberts 2012-01-23 14:11:02 +00:00
parent c02b3a6b0e
commit 5936bfb395

View File

@ -163,4 +163,6 @@ cogl_poll_dispatch (CoglContext *context,
const CoglPollFD *poll_fds,
int n_poll_fds);
G_END_DECLS
#endif /* __COGL_POLL_H__ */