summaryrefslogtreecommitdiff
path: root/cogl/cogl/cogl-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl/cogl-util.c')
-rw-r--r--cogl/cogl/cogl-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl/cogl-util.c b/cogl/cogl/cogl-util.c
index 4c2cd50e7..84a8c5c30 100644
--- a/cogl/cogl/cogl-util.c
+++ b/cogl/cogl/cogl-util.c
@@ -44,7 +44,7 @@
* Return value: @a if @a is already a power of two, otherwise returns
* the next nearest power of two.
*/
-int
+COGL_EXPORT int
_cogl_util_next_p2 (int a)
{
int rval = 1;