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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_ffpushbutton.h b/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
index 96b71c5327..e3761d142f 100644
--- a/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
+++ b/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FXFA_FORMFILLER_PUSHBUTTON_IMP_H
-#define _FXFA_FORMFILLER_PUSHBUTTON_IMP_H
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFPUSHBUTTON_H_
+#define XFA_SRC_FXFA_SRC_APP_XFA_FFPUSHBUTTON_H_
+
#define XFA_FWL_PSBSTYLEEXT_HiliteNone (0L << 0)
#define XFA_FWL_PSBSTYLEEXT_HiliteInverted (1L << 0)
#define XFA_FWL_PSBSTYLEEXT_HilitePush (2L << 0)
@@ -40,4 +41,5 @@ class CXFA_FFPushButton : public CXFA_FFField {
CXFA_TextProvider* m_pRollProvider;
IFWL_WidgetDelegate* m_pOldDelegate;
};
-#endif
+
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_FFPUSHBUTTON_H_