diff options
Diffstat (limited to 'fpdfsdk/javascript/event.h')
-rw-r--r-- | fpdfsdk/javascript/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/event.h b/fpdfsdk/javascript/event.h index d78902f5e3..2041efc297 100644 --- a/fpdfsdk/javascript/event.h +++ b/fpdfsdk/javascript/event.h @@ -105,7 +105,7 @@ class CJS_Event : public CJS_Object { private: static int ObjDefnID; - static JSPropertySpec PropertySpecs[]; + static const JSPropertySpec PropertySpecs[]; }; #endif // FPDFSDK_JAVASCRIPT_EVENT_H_ |