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

Unified Diff: xfa/fxbarcode/common/BC_CommonECI.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/common/BC_CommonDecoderResult.h ('k') | xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/common/BC_CommonECI.h
diff --git a/xfa/fxbarcode/common/BC_CommonECI.h b/xfa/fxbarcode/common/BC_CommonECI.h
index 20b3e76bb3865d79a39502ae3b3049bc59fccfa8..5bc4c1485c98cced0c1a3d0ba7135f62a7570b4b 100644
--- a/xfa/fxbarcode/common/BC_CommonECI.h
+++ b/xfa/fxbarcode/common/BC_CommonECI.h
@@ -14,7 +14,8 @@ class CBC_CommonECI {
CBC_CommonECI(int32_t value);
virtual ~CBC_CommonECI();
- int32_t GetValue();
+ virtual int32_t GetValue();
+
static CBC_CommonECI* GetEICByValue(int32_t value, int32_t& e);
private:
« no previous file with comments | « xfa/fxbarcode/common/BC_CommonDecoderResult.h ('k') | xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698