summaryrefslogtreecommitdiff
path: root/cogl/cogl2-compatibility.c
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl2-compatibility.c')
-rw-r--r--cogl/cogl2-compatibility.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl2-compatibility.c b/cogl/cogl2-compatibility.c
index a474c89d..fa03368b 100644
--- a/cogl/cogl2-compatibility.c
+++ b/cogl/cogl2-compatibility.c
@@ -57,7 +57,7 @@ cogl_texture_3d_error_quark (void);
CoglBool
cogl_index_buffer_allocate (CoglIndexBuffer *indices,
- GError *error);
+ CoglError *error);
CoglBool
cogl_is_journal (void *object);
@@ -97,7 +97,7 @@ cogl_texture_3d_error_quark (void)
CoglBool
cogl_index_buffer_allocate (CoglIndexBuffer *indices,
- GError *error)
+ CoglError *error)
{
return TRUE;
}