| Index: core/fxge/include/fx_font.h
|
| diff --git a/core/fxge/include/fx_font.h b/core/fxge/include/fx_font.h
|
| index cdde6437709814eec991b8f3f3b0b9b00ee86444..a607f3e0d555749a03ccd00b741e7b5d9c7b5a8e 100644
|
| --- a/core/fxge/include/fx_font.h
|
| +++ b/core/fxge/include/fx_font.h
|
| @@ -151,8 +151,8 @@ class CFX_Font {
|
| #ifdef PDF_ENABLE_XFA
|
| protected:
|
| CFX_BinaryBuf m_OtfFontData;
|
| - FX_BOOL m_bLogic;
|
| - void* m_pOwnedStream;
|
| + bool m_bShallowCopy;
|
| + FXFT_StreamRec* m_pOwnedStream;
|
| #endif // PDF_ENABLE_XFA
|
|
|
| private:
|
|
|