summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_ffcheckbutton.h')
-rw-r--r--xfa/src/fxfa/src/app/xfa_ffcheckbutton.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h b/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h
index fc05aefbc9..38b0184384 100644
--- a/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h
+++ b/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FXFA_FORMFILLER_CHECKBUTTON_IMP_H
-#define _FXFA_FORMFILLER_CHECKBUTTON_IMP_H
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFCHECKBUTTON_H_
+#define XFA_SRC_FXFA_SRC_APP_XFA_FFCHECKBUTTON_H_
+
class CXFA_FFExclGroup;
class CXFA_FFCheckButton : public CXFA_FFField {
public:
@@ -36,4 +37,5 @@ class CXFA_FFCheckButton : public CXFA_FFField {
IFWL_WidgetDelegate* m_pOldDelegate;
CFX_RectF m_rtCheckBox;
};
-#endif
+
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_FFCHECKBUTTON_H_