diff --git a/cogl/cogl-matrix-stack.h b/cogl/cogl-matrix-stack.h index 8b942e33a..dcc38688d 100644 --- a/cogl/cogl-matrix-stack.h +++ b/cogl/cogl-matrix-stack.h @@ -51,8 +51,8 @@ typedef struct _CoglMatrixEntry CoglMatrixEntry; struct _CoglMatrixEntry { - CoglMatrixOp op; CoglMatrixEntry *parent; + CoglMatrixOp op; unsigned int ref_count; /* used for performance tracing */