diff options
Diffstat (limited to 'xfa/fxbarcode/common/BC_CommonDecoderResult.h')
-rw-r--r-- | xfa/fxbarcode/common/BC_CommonDecoderResult.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxbarcode/common/BC_CommonDecoderResult.h b/xfa/fxbarcode/common/BC_CommonDecoderResult.h index cec7431119..bcb65df9fa 100644 --- a/xfa/fxbarcode/common/BC_CommonDecoderResult.h +++ b/xfa/fxbarcode/common/BC_CommonDecoderResult.h @@ -16,6 +16,7 @@ class CBC_CommonDecoderResult { public: CBC_CommonDecoderResult(); virtual ~CBC_CommonDecoderResult(); + const CFX_ByteArray& GetRawBytes(); const CFX_ByteString& GetText(); const CFX_Int32Array& GetByteSegments(); |