Index: fpdfsdk/include/formfiller/FFL_TextField.h |
diff --git a/fpdfsdk/include/formfiller/FFL_TextField.h b/fpdfsdk/include/formfiller/FFL_TextField.h |
index 49a0f24e16e6ddbd477c0425795bf3b58a8b6eee..a6065fe992be8731daa21e62006330f6ba26c284 100644 |
--- a/fpdfsdk/include/formfiller/FFL_TextField.h |
+++ b/fpdfsdk/include/formfiller/FFL_TextField.h |
@@ -56,9 +56,11 @@ class CFFL_TextField : public CFFL_FormFiller, |
// IPWL_Edit_Notify: |
void OnAddUndo(CPWL_Edit* pEdit) override; |
+#ifdef PDF_ENABLE_XFA |
// CFFL_FormFiller: |
FX_BOOL IsFieldFull(CPDFSDK_PageView* pPageView) override; |
+#endif |
private: |
CBA_FontMap* m_pFontMap; |
FFL_TextFieldState m_State; |