diff options
Diffstat (limited to 'xfa/fxbarcode/BC_DecoderResult.h')
-rw-r--r-- | xfa/fxbarcode/BC_DecoderResult.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxbarcode/BC_DecoderResult.h b/xfa/fxbarcode/BC_DecoderResult.h index 81d7856633..e4170c8955 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(); |