| Index: xfa/fee/fde_txtedtpage.h
|
| diff --git a/xfa/fee/fde_txtedtpage.h b/xfa/fee/fde_txtedtpage.h
|
| index 13a444f0da3f667a47e67852f5b151adc52e9441..8ac104c2a761b3ea80e36a1fcdd4da3bd780fad8 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;
|
|
|