diff options
Diffstat (limited to 'fxjs/cfxjse_arguments.h')
-rw-r--r-- | fxjs/cfxjse_arguments.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cfxjse_arguments.h b/fxjs/cfxjse_arguments.h index e24fc8feb8..d523d6f906 100644 --- a/fxjs/cfxjse_arguments.h +++ b/fxjs/cfxjse_arguments.h @@ -28,8 +28,8 @@ class CFXJSE_Arguments { CFXJSE_Value* GetReturnValue() const; private: - UnownedPtr<const v8::FunctionCallbackInfo<v8::Value>> m_pInfo; - UnownedPtr<CFXJSE_Value> m_pRetValue; + UnownedPtr<const v8::FunctionCallbackInfo<v8::Value>> const m_pInfo; + UnownedPtr<CFXJSE_Value> const m_pRetValue; }; #endif // FXJS_CFXJSE_ARGUMENTS_H_ |