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

Unified Diff: xfa/src/fxbarcode/qrcode/BC_QRCoder.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
« no previous file with comments | « xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.h ('k') | xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/qrcode/BC_QRCoder.h
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoder.h b/xfa/src/fxbarcode/qrcode/BC_QRCoder.h
index e7087b33d7693f1644bc1fb952543c4991c1f9b5..6a44b53a6d4460247989be0bfc1537e0942195c3 100644
--- a/xfa/src/fxbarcode/qrcode/BC_QRCoder.h
+++ b/xfa/src/fxbarcode/qrcode/BC_QRCoder.h
@@ -25,7 +25,7 @@ class CBC_QRCoder {
CBC_CommonByteMatrix* m_matrix;
public:
- const static int32_t NUM_MASK_PATTERNS;
+ static const int32_t NUM_MASK_PATTERNS;
CBC_QRCoder();
virtual ~CBC_QRCoder();
CBC_QRCoderMode* GetMode();
« no previous file with comments | « xfa/src/fxbarcode/oned/BC_OnedEAN13Reader.h ('k') | xfa/src/fxbarcode/qrcode/BC_QRCoderEncoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698