summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_ffpushbutton.h')
-rw-r--r--xfa/src/fxfa/src/app/xfa_ffpushbutton.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_ffpushbutton.h b/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
index e3761d142f..9e5d768265 100644
--- a/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
+++ b/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
@@ -7,10 +7,13 @@
#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFPUSHBUTTON_H_
#define XFA_SRC_FXFA_SRC_APP_XFA_FFPUSHBUTTON_H_
+#include "xfa/src/fxfa/src/app/xfa_fffield.h"
+
#define XFA_FWL_PSBSTYLEEXT_HiliteNone (0L << 0)
#define XFA_FWL_PSBSTYLEEXT_HiliteInverted (1L << 0)
#define XFA_FWL_PSBSTYLEEXT_HilitePush (2L << 0)
#define XFA_FWL_PSBSTYLEEXT_HiliteOutLine (4L << 0)
+
class CXFA_FFPushButton : public CXFA_FFField {
public:
CXFA_FFPushButton(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);