| Index: fpdfsdk/include/pdfwindow/PWL_Caret.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_Caret.h b/fpdfsdk/include/pdfwindow/PWL_Caret.h
|
| index 2dfef2ae924e9adba851523292e554025c2303ce..0c41d11d9b3cc6b9fcb2416fe0ea8b6daa06a8aa 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_Caret.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_Caret.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _PWL_CARET_H_
|
| -#define _PWL_CARET_H_
|
| +#ifndef PWL_CARET_H_
|
| +#define PWL_CARET_H_
|
|
|
| #include "PWL_Wnd.h"
|
|
|
| @@ -50,5 +50,4 @@ private:
|
| CPDF_Rect m_rcInvalid;
|
| };
|
|
|
| -#endif
|
| -
|
| +#endif // PWL_CARET_H_
|
|
|