Index: xfa/fxbarcode/BC_TwoDimWriter.cpp |
diff --git a/xfa/fxbarcode/BC_TwoDimWriter.cpp b/xfa/fxbarcode/BC_TwoDimWriter.cpp |
index fdad7e2a81b7caa55d51b8d9ed9069e96323f3c9..40b551975086aa024d99b3a6b48286bdfaab75fa 100644 |
--- a/xfa/fxbarcode/BC_TwoDimWriter.cpp |
+++ b/xfa/fxbarcode/BC_TwoDimWriter.cpp |
@@ -54,6 +54,10 @@ void CBC_TwoDimWriter::RenderDeviceResult(CFX_RenderDevice* device, |
} |
} |
+int32_t CBC_TwoDimWriter::GetErrorCorrectionLevel() { |
+ return m_iCorrectLevel; |
+} |
+ |
void CBC_TwoDimWriter::RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, |
int32_t& e) { |
if (m_bFixedSize) { |