diff options
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_HtrdProc.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_HtrdProc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/fxcodec/jbig2/JBig2_HtrdProc.h b/core/fxcodec/jbig2/JBig2_HtrdProc.h index 85e9059d66..75041ac41b 100644 --- a/core/fxcodec/jbig2/JBig2_HtrdProc.h +++ b/core/fxcodec/jbig2/JBig2_HtrdProc.h @@ -44,6 +44,10 @@ class CJBig2_HTRDProc { uint16_t HRY; uint8_t HPW; uint8_t HPH; + + private: + std::unique_ptr<CJBig2_Image> decode_image( + const std::vector<std::unique_ptr<CJBig2_Image>>& GSPLANES); }; #endif // CORE_FXCODEC_JBIG2_JBIG2_HTRDPROC_H_ |