| Index: fxjs/include/cfxjse_arguments.h
|
| diff --git a/fxjse/include/cfxjse_arguments.h b/fxjs/include/cfxjse_arguments.h
|
| similarity index 86%
|
| rename from fxjse/include/cfxjse_arguments.h
|
| rename to fxjs/include/cfxjse_arguments.h
|
| index 0f9bddaa87425a7e38ca9130c22c9a2f2282cad4..e6c86597324133a0dab6e21db7f9c388954678ee 100644
|
| --- a/fxjse/include/cfxjse_arguments.h
|
| +++ b/fxjs/include/cfxjse_arguments.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FXJSE_INCLUDE_CFXJSE_ARGUMENTS_H_
|
| -#define FXJSE_INCLUDE_CFXJSE_ARGUMENTS_H_
|
| +#ifndef FXJS_INCLUDE_CFXJSE_ARGUMENTS_H_
|
| +#define FXJS_INCLUDE_CFXJSE_ARGUMENTS_H_
|
|
|
| #include <memory>
|
|
|
| -#include "fxjse/include/fxjse.h"
|
| +#include "fxjs/include/fxjse.h"
|
|
|
| class CFXJSE_Class;
|
|
|
| @@ -35,4 +35,4 @@ class CFXJSE_Arguments {
|
| CFXJSE_Value* m_pRetValue;
|
| };
|
|
|
| -#endif // FXJSE_INCLUDE_CFXJSE_ARGUMENTS_H_
|
| +#endif // FXJS_INCLUDE_CFXJSE_ARGUMENTS_H_
|
|
|