From bff81396b7aee1cc195194d0d1122d8fbec7dfb9 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 17 Sep 2018 18:31:47 +0000 Subject: Make JBig2ArithCtx a class. For better encapsulation. Change-Id: Ia6fd8056112d97d672b91a9a521a2978c807060f Reviewed-on: https://pdfium-review.googlesource.com/42605 Reviewed-by: Ryan Harrison Commit-Queue: Lei Zhang --- core/fxcodec/jbig2/JBig2_HtrdProc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcodec/jbig2/JBig2_HtrdProc.h') diff --git a/core/fxcodec/jbig2/JBig2_HtrdProc.h b/core/fxcodec/jbig2/JBig2_HtrdProc.h index eab3f57970..cd90aae884 100644 --- a/core/fxcodec/jbig2/JBig2_HtrdProc.h +++ b/core/fxcodec/jbig2/JBig2_HtrdProc.h @@ -15,8 +15,8 @@ class CJBig2_ArithDecoder; class CJBig2_BitStream; +class JBig2ArithCtx; class PauseIndicatorIface; -struct JBig2ArithCtx; class CJBig2_HTRDProc { public: -- cgit v1.2.3