Index: xfa/fxbarcode/BC_DecoderResult.h |
diff --git a/xfa/fxbarcode/BC_DecoderResult.h b/xfa/fxbarcode/BC_DecoderResult.h |
index 81d785663315e1c1540b9a038f90b703016e95ba..e4170c8955da9d354edd1b455b1598406a52cc66 100644 |
--- a/xfa/fxbarcode/BC_DecoderResult.h |
+++ b/xfa/fxbarcode/BC_DecoderResult.h |
@@ -15,6 +15,7 @@ class CBC_DecoderResult { |
CFX_ByteString text, |
CFX_ByteString ecLevel); |
virtual ~CBC_DecoderResult(); |
+ |
CFX_ByteArray* getRawBytes(); |
CFX_ByteString getText(); |
CFX_ByteString getECLevel(); |