Index: xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h |
diff --git a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h |
index ccd6a84a0d28bfafd02de834f68a18e980f6893e..52b90a24c83ae24384bef2336a8391f67e87813f 100644 |
--- a/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h |
+++ b/xfa/src/fxbarcode/common/BC_WhiteRectangleDetector.h |
@@ -38,8 +38,8 @@ class CBC_WhiteRectangleDetector { |
int32_t b, |
int32_t fixed, |
FX_BOOL horizontal); |
- const static int32_t INIT_SIZE; |
- const static int32_t CORR; |
+ static const int32_t INIT_SIZE; |
Tom Sepez
2016/03/08 19:27:05
If possible, these really deserve an initializer h
dsinclair
2016/03/08 21:08:02
Done.
|
+ static const int32_t CORR; |
CBC_CommonBitMatrix* m_image; |
int32_t m_height; |