From 5936bfb3958fe1673d822285e6c9682dd0724389 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 23 Jan 2012 14:11:02 +0000 Subject: [PATCH] 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 --- cogl/cogl-poll.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogl/cogl-poll.h b/cogl/cogl-poll.h index 979f9525e..9c520b630 100644 --- a/cogl/cogl-poll.h +++ b/cogl/cogl-poll.h @@ -163,4 +163,6 @@ cogl_poll_dispatch (CoglContext *context, const CoglPollFD *poll_fds, int n_poll_fds); +G_END_DECLS + #endif /* __COGL_POLL_H__ */