| Index: fpdfsdk/formfiller/cffl_checkbox.h
|
| diff --git a/fpdfsdk/include/formfiller/FFL_CheckBox.h b/fpdfsdk/formfiller/cffl_checkbox.h
|
| similarity index 83%
|
| rename from fpdfsdk/include/formfiller/FFL_CheckBox.h
|
| rename to fpdfsdk/formfiller/cffl_checkbox.h
|
| index 7536871f1678134457a17f82426ab4ea066cad20..01f6e3bee4825ee2a7c30f815bc71bffb8ae9034 100644
|
| --- a/fpdfsdk/include/formfiller/FFL_CheckBox.h
|
| +++ b/fpdfsdk/formfiller/cffl_checkbox.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_CHECKBOX_H_
|
| -#define FPDFSDK_INCLUDE_FORMFILLER_FFL_CHECKBOX_H_
|
| +#ifndef FPDFSDK_FORMFILLER_CFFL_CHECKBOX_H_
|
| +#define FPDFSDK_FORMFILLER_CFFL_CHECKBOX_H_
|
|
|
| -#include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
|
| +#include "fpdfsdk/formfiller/cffl_formfiller.h"
|
|
|
| class CFFL_CheckBox : public CFFL_Button {
|
| public:
|
| @@ -29,4 +29,4 @@ class CFFL_CheckBox : public CFFL_Button {
|
| void SaveData(CPDFSDK_PageView* pPageView) override;
|
| };
|
|
|
| -#endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_CHECKBOX_H_
|
| +#endif // FPDFSDK_FORMFILLER_CFFL_CHECKBOX_H_
|
|
|