| Index: fpdfsdk/include/formfiller/FFL_IFormFiller.h
|
| diff --git a/fpdfsdk/include/formfiller/FFL_IFormFiller.h b/fpdfsdk/include/formfiller/FFL_IFormFiller.h
|
| index 393f0be33133f75c30d9327a7695a8a5d5991bd1..04d116a5b77912312a26ba0a864ea455d7bb1e97 100644
|
| --- a/fpdfsdk/include/formfiller/FFL_IFormFiller.h
|
| +++ b/fpdfsdk/include/formfiller/FFL_IFormFiller.h
|
| @@ -4,10 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _FFL_IFORMFILLER_H_
|
| -#define _FFL_IFORMFILLER_H_
|
| +#ifndef FFL_IFORMFILLER_H_
|
| +#define FFL_IFORMFILLER_H_
|
|
|
| #include "FormFiller.h"
|
| +
|
| class CFFL_FormFiller;
|
| class CFFL_PrivateData;
|
|
|
| @@ -140,5 +141,5 @@ public:
|
| int nValueAge;
|
| };
|
|
|
| -#endif //_FFL_IFORMFILLER_H_
|
| +#endif // FFL_IFORMFILLER_H_
|
|
|
|
|