diff options
Diffstat (limited to 'core/fpdfdoc/cpvt_wordplace.h')
-rw-r--r-- | core/fpdfdoc/cpvt_wordplace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfdoc/cpvt_wordplace.h b/core/fpdfdoc/cpvt_wordplace.h index 00b5215d57..f4a6b087b9 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) |