| Index: xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h
|
| diff --git a/xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h b/xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h
|
| index 9ca6548533c32d468189d9f0bab0a2afa69cb824..5575147fbed16d7284d747dc0183e9b1ff41be3d 100644
|
| --- a/xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h
|
| +++ b/xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h
|
| @@ -7,8 +7,8 @@
|
| #ifndef XFA_SRC_FXBARCODE_COMMON_BC_COMMONCHARACTERSETECI_H_
|
| #define XFA_SRC_FXBARCODE_COMMON_BC_COMMONCHARACTERSETECI_H_
|
|
|
| -class CBC_CommonECI;
|
| -class CBC_CommonCharacterSetECI;
|
| +#include "xfa/src/fxbarcode/common/BC_CommonECI.h"
|
| +
|
| class CBC_CommonCharacterSetECI : public CBC_CommonECI {
|
| public:
|
| CBC_CommonCharacterSetECI(int32_t value, CFX_ByteString encodingName);
|
|
|