| Index: core/include/fpdfapi/fpdf_serial.h
|
| diff --git a/core/include/fpdfapi/fpdf_serial.h b/core/include/fpdfapi/fpdf_serial.h
|
| index ccbea364044a773db40b8f0dfc70f70cc137ffc2..6ed37568036214f9ca816c725acfd91db6a08f50 100644
|
| --- a/core/include/fpdfapi/fpdf_serial.h
|
| +++ b/core/include/fpdfapi/fpdf_serial.h
|
| @@ -44,7 +44,7 @@ class CPDF_Creator {
|
|
|
| FX_BOOL m_bStandardSecurity;
|
|
|
| - CPDF_CryptoHandler* m_pCryptoHandler;
|
| + IPDF_CryptoHandler* m_pCryptoHandler;
|
| FX_BOOL m_bNewCrypto;
|
|
|
| FX_BOOL m_bEncryptMetadata;
|
| @@ -86,7 +86,7 @@ class CPDF_Creator {
|
| void InitID(FX_BOOL bDefault = TRUE);
|
| int32_t WriteStream(const CPDF_Object* pStream,
|
| FX_DWORD objnum,
|
| - CPDF_CryptoHandler* pCrypto);
|
| + IPDF_CryptoHandler* pCrypto);
|
|
|
| int32_t m_iStage;
|
| FX_DWORD m_dwFlags;
|
|
|