| Index: xfa/src/fgas/include/fx_rbk.h
|
| diff --git a/xfa/src/fgas/include/fx_rbk.h b/xfa/src/fgas/include/fx_rbk.h
|
| index e34495983094786294b6bfa358fb77defc1f7827..e3e0595f595407abf48c20e9e565129ebc56e28a 100644
|
| --- a/xfa/src/fgas/include/fx_rbk.h
|
| +++ b/xfa/src/fgas/include/fx_rbk.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _FX_RTFBREAK
|
| -#define _FX_RTFBREAK
|
| +#ifndef XFA_SRC_FGAS_INCLUDE_FX_RBK_H_
|
| +#define XFA_SRC_FGAS_INCLUDE_FX_RBK_H_
|
| +
|
| class IFX_Unknown;
|
| class IFX_Font;
|
| class CFX_Char;
|
| @@ -225,4 +226,5 @@ class IFX_RTFBreak {
|
| CFX_RectFArray& rtArray,
|
| FX_BOOL bCharBBox = FALSE) const = 0;
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FGAS_INCLUDE_FX_RBK_H_
|
|
|