| Index: xfa/fxbarcode/common/BC_CommonByteArray.h
|
| diff --git a/xfa/fxbarcode/common/BC_CommonByteArray.h b/xfa/fxbarcode/common/BC_CommonByteArray.h
|
| index bdac6a69639092b218f3b4eca9542cf3a95b43c2..dd6ee581ef78bf19fc7c60e76435203d98784710 100644
|
| --- a/xfa/fxbarcode/common/BC_CommonByteArray.h
|
| +++ b/xfa/fxbarcode/common/BC_CommonByteArray.h
|
| @@ -20,7 +20,7 @@ class CBC_CommonByteArray {
|
|
|
| int32_t At(int32_t index) const;
|
| int32_t Size() const;
|
| - FX_BOOL IsEmpty() const;
|
| + bool IsEmpty() const;
|
| void Set(int32_t index, int32_t value);
|
| void AppendByte(int32_t value);
|
| void Reserve(int32_t capacity);
|
|
|