| Index: fpdfsdk/include/fxedit/fx_edit.h
|
| diff --git a/fpdfsdk/include/fxedit/fx_edit.h b/fpdfsdk/include/fxedit/fx_edit.h
|
| index bf00995ea9b237bc2b52537385dfd0eef5a83a69..31ede0564bf5556930fd3b3ea262233ad66e6d45 100644
|
| --- a/fpdfsdk/include/fxedit/fx_edit.h
|
| +++ b/fpdfsdk/include/fxedit/fx_edit.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _FX_EDIT_H_
|
| -#define _FX_EDIT_H_
|
| +#ifndef FPDFSDK_INCLUDE_FXEDIT_FX_EDIT_H_
|
| +#define FPDFSDK_INCLUDE_FXEDIT_FX_EDIT_H_
|
|
|
| #include "../../../core/include/fxcrt/fx_basic.h"
|
| #include "../../../core/include/fxge/fx_dib.h"
|
| @@ -492,5 +492,4 @@ protected:
|
| ~IFX_List() { }
|
| };
|
|
|
| -#endif
|
| -
|
| +#endif // FPDFSDK_INCLUDE_FXEDIT_FX_EDIT_H_
|
|
|