summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/common/BC_CommonECI.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/common/BC_CommonECI.h')
-rw-r--r--xfa/fxbarcode/common/BC_CommonECI.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fxbarcode/common/BC_CommonECI.h b/xfa/fxbarcode/common/BC_CommonECI.h
index 20b3e76bb3..5bc4c1485c 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: