diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffcombobox.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffcombobox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxfa/cxfa_ffcombobox.h b/xfa/fxfa/cxfa_ffcombobox.h index a20319e3b1..b7d0081bdc 100644 --- a/xfa/fxfa/cxfa_ffcombobox.h +++ b/xfa/fxfa/cxfa_ffcombobox.h @@ -9,6 +9,8 @@ #include "xfa/fxfa/cxfa_fffield.h" +class CXFA_EventParam; + class CXFA_FFComboBox : public CXFA_FFField { public: explicit CXFA_FFComboBox(CXFA_Node* pNode); |