Index: core/fpdfdoc/cpvt_wordplace.h |
diff --git a/core/fpdfdoc/cpvt_wordplace.h b/core/fpdfdoc/cpvt_wordplace.h |
index 00b5215d570dac1de756734a74d1335d5bf46ee2..f4a6b087b924e88a2c0a86b1668d5fd833b08881 100644 |
--- a/core/fpdfdoc/cpvt_wordplace.h |
+++ b/core/fpdfdoc/cpvt_wordplace.h |
@@ -27,7 +27,7 @@ struct CPVT_WordPlace { |
wp.nWordIndex == nWordIndex; |
} |
- FX_BOOL operator!=(const CPVT_WordPlace& wp) const { return !(*this == wp); } |
+ bool operator!=(const CPVT_WordPlace& wp) const { return !(*this == wp); } |
inline int32_t WordCmp(const CPVT_WordPlace& wp) const { |
if (nSecIndex > wp.nSecIndex) |