| Index: xfa/fxbarcode/common/BC_CommonBitMatrix.h
|
| diff --git a/xfa/fxbarcode/common/BC_CommonBitMatrix.h b/xfa/fxbarcode/common/BC_CommonBitMatrix.h
|
| index ebf7454dcac7865220f155a873b42b81e2bd1174..f70dada2c82a667b16ebf96c6cac985b502bd87b 100644
|
| --- a/xfa/fxbarcode/common/BC_CommonBitMatrix.h
|
| +++ b/xfa/fxbarcode/common/BC_CommonBitMatrix.h
|
| @@ -15,6 +15,7 @@ class CBC_CommonBitMatrix {
|
| public:
|
| CBC_CommonBitMatrix();
|
| virtual ~CBC_CommonBitMatrix();
|
| +
|
| FX_BOOL Get(int32_t x, int32_t y);
|
| void Set(int32_t x, int32_t y);
|
| void Flip(int32_t x, int32_t y);
|
|
|