| 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:
|
|
|