| Index: xfa/fde/cfde_txtedtengine.h
|
| diff --git a/xfa/fde/cfde_txtedtengine.h b/xfa/fde/cfde_txtedtengine.h
|
| index 6b4c34a958f7e125117888db52809c8447fa85e1..bd02c9b9e77c068e343a04a91279e703af215e05 100644
|
| --- a/xfa/fde/cfde_txtedtengine.h
|
| +++ b/xfa/fde/cfde_txtedtengine.h
|
| @@ -28,7 +28,7 @@ class CFDE_TxtEdtEngine {
|
| int32_t CountPages() const;
|
| IFDE_TxtEdtPage* GetPage(int32_t nIndex);
|
|
|
| - void SetTextByStream(IFX_Stream* pStream);
|
| + void SetTextByStream(IFGAS_Stream* pStream);
|
| void SetText(const CFX_WideString& wsText);
|
| int32_t GetTextLength() const;
|
| CFX_WideString GetText(int32_t nStart, int32_t nCount = -1) const;
|
|
|