| Index: xfa/src/fdp/include/fde_pth.h
|
| diff --git a/xfa/src/fdp/include/fde_pth.h b/xfa/src/fdp/include/fde_pth.h
|
| index 6db03e251d7445b37a9dee614c929ec13d084cf4..41cb367613aa31fd5c783b009be894c626be3e07 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_
|
|
|