| Index: xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h
 | 
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h b/xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h
 | 
| index c014e4dec75a0b489c0c8b17c9c21d25012bee5a..ca64ab0fb0082d2398e0f4fb92e8bd2e36f0f104 100644
 | 
| --- a/xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h
 | 
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h
 | 
| @@ -14,7 +14,7 @@ class CBC_QRCoderVersion;
 | 
|  class CBC_CommonCharacterSetECI;
 | 
|  class CBC_QRDecodedBitStreamParser {
 | 
|   private:
 | 
| -  const static FX_CHAR ALPHANUMERIC_CHARS[45];
 | 
| +  static const FX_CHAR ALPHANUMERIC_CHARS[45];
 | 
|    static const FX_CHAR* UTF_8;
 | 
|    CBC_QRDecodedBitStreamParser();
 | 
|  
 | 
| 
 |