diff options
Diffstat (limited to 'core/include/fxge/fx_font.h')
-rw-r--r-- | core/include/fxge/fx_font.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h index 044e949ca4..29a4304129 100644 --- a/core/include/fxge/fx_font.h +++ b/core/include/fxge/fx_font.h @@ -134,9 +134,11 @@ class CFX_Font { FX_BOOL m_bVertical; #ifdef PDF_ENABLE_XFA + protected: FX_BOOL m_bLogic; void* m_pOwnedStream; + #endif // PDF_ENABLE_XFA }; |