Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h

Issue 1773733002: Review and cleanup lint warnings. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698