Index: core/fpdfdoc/cpvt_wordrange.h |
diff --git a/core/fpdfdoc/cpvt_wordrange.h b/core/fpdfdoc/cpvt_wordrange.h |
index a92613c6a74a3839c41577dfe9f86cb6bf98d061..b291e50e53b0f04d65b635f43acac3ce071cb0e5 100644 |
--- a/core/fpdfdoc/cpvt_wordrange.h |
+++ b/core/fpdfdoc/cpvt_wordrange.h |
@@ -38,9 +38,9 @@ struct CPVT_WordRange { |
SwapWordPlace(); |
} |
- FX_BOOL IsExist() const { return BeginPos != EndPos; } |
+ bool IsExist() const { return BeginPos != EndPos; } |
- FX_BOOL operator!=(const CPVT_WordRange& wr) const { |
+ bool operator!=(const CPVT_WordRange& wr) const { |
return wr.BeginPos != BeginPos || wr.EndPos != EndPos; |
} |