| Index: xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h
|
| diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h
|
| index 123f75101b1e2edcaa74d9919dfebc482754cf6c..34cbcb9418d7a5058a4d086edc525d98b3ea96b4 100644
|
| --- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h
|
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h
|
| @@ -69,9 +69,10 @@ class CBC_DataMatrixDetector {
|
| virtual void Init(int32_t& e);
|
|
|
| private:
|
| + static const int32_t INTEGERS[5];
|
| +
|
| CBC_CommonBitMatrix* m_image;
|
| CBC_WhiteRectangleDetector* m_rectangleDetector;
|
| - const static int32_t INTEGERS[5];
|
| };
|
|
|
| #endif // XFA_SRC_FXBARCODE_DATAMATRIX_BC_DATAMATRIXDETECTOR_H_
|
|
|