diff options
Diffstat (limited to 'fpdfsdk/javascript/report.h')
-rw-r--r-- | fpdfsdk/javascript/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/report.h b/fpdfsdk/javascript/report.h index b9cad59824..7765ae5a9e 100644 --- a/fpdfsdk/javascript/report.h +++ b/fpdfsdk/javascript/report.h @@ -35,7 +35,7 @@ class CJS_Report : public CJS_Object { private: static int ObjDefnID; - static JSMethodSpec MethodSpecs[]; + static const JSMethodSpec MethodSpecs[]; }; #endif // FPDFSDK_JAVASCRIPT_REPORT_H_ |