diff options
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_Context.cpp')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_Context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/jbig2/JBig2_Context.cpp b/core/fxcodec/jbig2/JBig2_Context.cpp index ef0cb95600..ec81990662 100644 --- a/core/fxcodec/jbig2/JBig2_Context.cpp +++ b/core/fxcodec/jbig2/JBig2_Context.cpp @@ -1240,7 +1240,7 @@ std::vector<JBig2HuffmanCode> CJBig2_Context::DecodeSymbolIDHuffmanTable( return SBSYMCODES; } -CJBig2_HuffmanTable* CJBig2_Context::GetHuffmanTable(size_t idx) { +const CJBig2_HuffmanTable* CJBig2_Context::GetHuffmanTable(size_t idx) { ASSERT(idx > 0); ASSERT(idx < CJBig2_HuffmanTable::kNumHuffmanTables); if (!m_HuffmanTables[idx].get()) |