| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h
 | 
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h b/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h
 | 
| index 755a7345dcb31c91d17f53a43d699add5dce5da7..ceb6f9193053227eae21b461e53504f2de9752a4 100644
 | 
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h
 | 
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h
 | 
| @@ -15,7 +15,7 @@ class CBC_QRCoderErrorCorrectionLevel;
 | 
|  
 | 
|  class CBC_QRCoderVersion {
 | 
|   private:
 | 
| -  const static int32_t VERSION_DECODE_INFO[34];
 | 
| +  static const int32_t VERSION_DECODE_INFO[34];
 | 
|    static CFX_PtrArray* VERSION;
 | 
|    int32_t m_versionNumber;
 | 
|    int32_t m_totalCodeWords;
 | 
| 
 |