| Index: xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffpushbutton.h b/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| index 9e5d768265543f645981660b358d9d1447e7869e..fca02fad9764353d92a3470198a0b9336162d973 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| @@ -14,6 +14,8 @@
|
| #define XFA_FWL_PSBSTYLEEXT_HilitePush (2L << 0)
|
| #define XFA_FWL_PSBSTYLEEXT_HiliteOutLine (4L << 0)
|
|
|
| +class CXFA_TextProvider;
|
| +
|
| class CXFA_FFPushButton : public CXFA_FFField {
|
| public:
|
| CXFA_FFPushButton(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);
|
|
|