summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2012-01-23 14:11:02 +0000
committerNeil Roberts <neil@linux.intel.com>2012-01-24 14:04:26 +0000
commit5936bfb3958fe1673d822285e6c9682dd0724389 (patch)
tree9fff3ffd3ed188c3daa389550d65e02249da4f2a
parentc02b3a6b0e5d93fa38f5458a4ddaa99685c1e793 (diff)
downloadcogl-5936bfb3958fe1673d822285e6c9682dd0724389.tar.gz
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
-rw-r--r--cogl/cogl-poll.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cogl/cogl-poll.h b/cogl/cogl-poll.h
index 979f9525..9c520b63 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__ */