Index: xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp |
diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp b/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp |
index 31d95b0cb7b4d38b61ace98e0baff73febe1395e..7c1ba96a46fe6e8436088690193d18030a851aa6 100644 |
--- a/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp |
+++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp |
@@ -57,6 +57,7 @@ CFX_ByteString CBC_DataMatrixReader::Decode(CBC_BinaryBitmap* image, |
BC_EXCEPTION_CHECK_ReturnValue(e, ""); |
return decodeResult->GetText(); |
} |
+ |
CFX_ByteString CBC_DataMatrixReader::Decode(CBC_BinaryBitmap* image, |
int32_t& e) { |
CFX_ByteString bs = Decode(image, 0, e); |