Index: xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h |
diff --git a/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h |
index 3e840f528b25edcdde0376b36ef3e8515bbe692a..3eff31b6225d9ebc05322a09867b8b6818f471d2 100644 |
--- a/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h |
+++ b/xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h |
@@ -23,7 +23,7 @@ class CBC_ReedSolomonGF256Poly final { |
int32_t GetCoefficients(int32_t degree); |
CFX_Int32Array* GetCoefficients(); |
int32_t GetDegree(); |
- FX_BOOL IsZero(); |
+ bool IsZero(); |
int32_t EvaluateAt(int32_t a); |
CBC_ReedSolomonGF256Poly* AddOrSubtract(CBC_ReedSolomonGF256Poly* other, |
int32_t& e); |