diff options
Diffstat (limited to 'cogl/cogl-flags.h')
-rw-r--r-- | cogl/cogl-flags.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl-flags.h b/cogl/cogl-flags.h index d62294af..f2178d79 100644 --- a/cogl/cogl-flags.h +++ b/cogl/cogl-flags.h @@ -31,7 +31,7 @@ #include "cogl-util.h" -G_BEGIN_DECLS +COGL_BEGIN_DECLS /* These are macros used to implement a fixed-size array of bits. This should be used instead of CoglBitmask when the maximum bit number @@ -119,7 +119,7 @@ G_BEGIN_DECLS #define COGL_FLAGS_FOREACH_END \ } } } G_STMT_END -G_END_DECLS +COGL_END_DECLS #endif /* __COGL_FLAGS_H */ |