summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_Module.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fxcodec/jbig2/JBig2_Module.h')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_Module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_Module.h b/core/src/fxcodec/jbig2/JBig2_Module.h
index 711cf4047b..aef31bb49f 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, ...) {};