Index: core/src/fxcodec/jbig2/JBig2_Module.h |
diff --git a/core/src/fxcodec/jbig2/JBig2_Module.h b/core/src/fxcodec/jbig2/JBig2_Module.h |
index 711cf4047bc5f0ba9e108662e75e3da8a2c7bc82..aef31bb49fe797886fb3d6a06e68a5f988c2c10e 100644 |
--- a/core/src/fxcodec/jbig2/JBig2_Module.h |
+++ b/core/src/fxcodec/jbig2/JBig2_Module.h |
@@ -22,7 +22,7 @@ public: |
virtual void JBig2_Free(FX_LPVOID pMem) = 0; |
- virtual void JBig2_Assert(FX_INT32 nExpression) {}; |
+ virtual void JBig2_Assert(int32_t nExpression) {}; |
virtual void JBig2_Error(FX_LPCSTR format, ...) {}; |