diff options
Diffstat (limited to 'xfa/src/fdp/include/fde_pth.h')
-rw-r--r-- | xfa/src/fdp/include/fde_pth.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fdp/include/fde_pth.h b/xfa/src/fdp/include/fde_pth.h index 6db03e251d..41cb367613 100644 --- a/xfa/src/fdp/include/fde_pth.h +++ b/xfa/src/fdp/include/fde_pth.h @@ -4,8 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef _FDE_PATH -#define _FDE_PATH +#ifndef XFA_SRC_FDP_INCLUDE_FDE_PTH_H_ +#define XFA_SRC_FDP_INCLUDE_FDE_PTH_H_ + class IFDE_Path; class IFDE_Path { public: @@ -30,4 +31,5 @@ class IFDE_Path { FX_FLOAT fLineWidth, FX_FLOAT fMiterLimit) const = 0; }; -#endif + +#endif // XFA_SRC_FDP_INCLUDE_FDE_PTH_H_ |