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..75cbe8121dde6bca1d671572a979d94d7e82cd92 100644 |
--- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h |
+++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h |
@@ -71,7 +71,7 @@ class CBC_DataMatrixDetector { |
private: |
CBC_CommonBitMatrix* m_image; |
CBC_WhiteRectangleDetector* m_rectangleDetector; |
- const static int32_t INTEGERS[5]; |
+ static const int32_t INTEGERS[5]; |
Tom Sepez
2016/03/08 19:27:05
nit: maybe put first in private section, followed
dsinclair
2016/03/08 21:08:02
Done.
|
}; |
#endif // XFA_SRC_FXBARCODE_DATAMATRIX_BC_DATAMATRIXDETECTOR_H_ |