Index: core/src/fpdftext/text_int.h |
diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h |
index 129ef0a8aea8cc054740a4aeeaebca92b0374965..59332e7d0790694d3c6cdc0a1eb5bb942d1b933f 100644 |
--- a/core/src/fpdftext/text_int.h |
+++ b/core/src/fpdftext/text_int.h |
@@ -60,7 +60,7 @@ class CPDF_TextPage : public IPDF_TextPage { |
// IPDF_TextPage |
FX_BOOL ParseTextPage() override; |
void NormalizeObjects(FX_BOOL bNormalize) override; |
- FX_BOOL IsParsered() const override { return m_IsParsered; } |
+ bool IsParsed() const override { return m_IsParsered; } |
int CharIndexFromTextIndex(int TextIndex) const override; |
int TextIndexFromCharIndex(int CharIndex) const override; |
int CountChars() const override; |