| Index: xfa/src/fdp/src/css/fde_cssdatatable.h
|
| diff --git a/xfa/src/fdp/src/css/fde_cssdatatable.h b/xfa/src/fdp/src/css/fde_cssdatatable.h
|
| index cd1b8ed5c21f06e8a18a1d1fbc1ecd8aaa2faa02..d4e4be5094d1cd99943bba9c5c812049976be06a 100644
|
| --- a/xfa/src/fdp/src/css/fde_cssdatatable.h
|
| +++ b/xfa/src/fdp/src/css/fde_cssdatatable.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _FDE_CSSDATATABLE
|
| -#define _FDE_CSSDATATABLE
|
| +#ifndef XFA_SRC_FDP_SRC_CSS_FDE_CSSDATATABLE_H_
|
| +#define XFA_SRC_FDP_SRC_CSS_FDE_CSSDATATABLE_H_
|
| +
|
| class CFDE_CSSFunction : public CFX_Target {
|
| public:
|
| CFDE_CSSFunction(const FX_WCHAR* pszFuncName, IFDE_CSSValueList* pArgList)
|
| @@ -192,4 +193,4 @@ FX_BOOL FDE_ParseCSSURI(const FX_WCHAR* pszValue,
|
| int32_t& iOffset,
|
| int32_t& iLength);
|
|
|
| -#endif
|
| +#endif // XFA_SRC_FDP_SRC_CSS_FDE_CSSDATATABLE_H_
|
|
|