diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-17 18:31:47 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-17 18:31:47 +0000 |
commit | bff81396b7aee1cc195194d0d1122d8fbec7dfb9 (patch) | |
tree | 6659efa22a5f30ca4575ca662e05d90fc35aa536 /core/fxcodec/jbig2/JBig2_GrrdProc.h | |
parent | cb798258c433bec7087948fcbfff14d1e7683006 (diff) | |
download | pdfium-bff81396b7aee1cc195194d0d1122d8fbec7dfb9.tar.xz |
Make JBig2ArithCtx a class.
For better encapsulation.
Change-Id: Ia6fd8056112d97d672b91a9a521a2978c807060f
Reviewed-on: https://pdfium-review.googlesource.com/42605
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_GrrdProc.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_GrrdProc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/jbig2/JBig2_GrrdProc.h b/core/fxcodec/jbig2/JBig2_GrrdProc.h index ec178a24c2..c7e3bf9d13 100644 --- a/core/fxcodec/jbig2/JBig2_GrrdProc.h +++ b/core/fxcodec/jbig2/JBig2_GrrdProc.h @@ -14,7 +14,7 @@ class CJBig2_ArithDecoder; class CJBig2_Image; -struct JBig2ArithCtx; +class JBig2ArithCtx; class CJBig2_GRRDProc { public: |