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

Unified Diff: xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.h

Issue 2067903002: Make code compile with clang_use_chrome_plugin (part III) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments Created 4 years, 6 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/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h ('k') | xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.h
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.h b/xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.h
index 094e00164dab54136207371caf664fc6483b0365..3614f5355da15ff3a241e1e6beb5ddd73219d11a 100644
--- a/xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.h
+++ b/xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.h
@@ -12,6 +12,7 @@ class CBC_PDF417ECModulusGF {
public:
CBC_PDF417ECModulusGF(int32_t modulus, int32_t generator, int32_t& e);
virtual ~CBC_PDF417ECModulusGF();
+
static void Initialize(int32_t& e);
static void Finalize();
CBC_PDF417ECModulusPoly* getZero();
« no previous file with comments | « xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h ('k') | xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698