summaryrefslogtreecommitdiff
path: root/xfa/src/fdp/include/fde_brs.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fdp/include/fde_brs.h')
-rw-r--r--xfa/src/fdp/include/fde_brs.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fdp/include/fde_brs.h b/xfa/src/fdp/include/fde_brs.h
index 81fb9ed06b..f68da73a77 100644
--- a/xfa/src/fdp/include/fde_brs.h
+++ b/xfa/src/fdp/include/fde_brs.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FDE_BRUSH
-#define _FDE_BRUSH
+#ifndef XFA_SRC_FDP_INCLUDE_FDE_BRS_H_
+#define XFA_SRC_FDP_INCLUDE_FDE_BRS_H_
+
class IFDE_Image;
class IFDE_Path;
class IFDE_Brush;
@@ -140,4 +141,5 @@ class IFDE_LinearGradientBrush : public IFDE_Brush {
virtual int32_t GetWrapMode() const = 0;
virtual void SetWrapMode(int32_t iWrapMode) = 0;
};
-#endif
+
+#endif // XFA_SRC_FDP_INCLUDE_FDE_BRS_H_