summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/invert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjp2/invert.h')
-rw-r--r--src/lib/openjp2/invert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/invert.h b/src/lib/openjp2/invert.h
index 665a4d16..2193fc19 100644
--- a/src/lib/openjp2/invert.h
+++ b/src/lib/openjp2/invert.h
@@ -48,7 +48,7 @@ The function in INVERT.H compute a matrix inversion with a LUP method
* @param n size of the matrix
* @return OPJ_TRUE if the inversion is successful, OPJ_FALSE if the matrix is singular.
*/
-opj_bool opj_matrix_inversion_f(OPJ_FLOAT32 * pSrcMatrix,
+OPJ_BOOL opj_matrix_inversion_f(OPJ_FLOAT32 * pSrcMatrix,
OPJ_FLOAT32 * pDestMatrix,
OPJ_UINT32 nb_compo);
/* ----------------------------------------------------------------------- */