diff options
Diffstat (limited to 'xfa/fee/fde_txtedtpage.h')
-rw-r--r-- | xfa/fee/fde_txtedtpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fee/fde_txtedtpage.h b/xfa/fee/fde_txtedtpage.h index 13a444f0da..8ac104c2a7 100644 --- a/xfa/fee/fde_txtedtpage.h +++ b/xfa/fee/fde_txtedtpage.h @@ -97,11 +97,11 @@ class CFDE_TxtEdtTextSet : public IFDE_TextSet { class CFDE_TxtEdtPage : public IFDE_TxtEdtPage { public: - CFDE_TxtEdtPage(IFDE_TxtEdtEngine* pEngine, int32_t nLineIndex); + CFDE_TxtEdtPage(CFDE_TxtEdtEngine* pEngine, int32_t nLineIndex); // IFDE_TxtEditPage: void Release() override; - IFDE_TxtEdtEngine* GetEngine() const override; + CFDE_TxtEdtEngine* GetEngine() const override; int32_t GetCharRect(int32_t nIndex, CFX_RectF& rect, FX_BOOL bBBox = FALSE) const override; |