summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/cjs_annot.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/javascript/cjs_annot.h')
-rw-r--r--fpdfsdk/javascript/cjs_annot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/cjs_annot.h b/fpdfsdk/javascript/cjs_annot.h
index 810cea155f..d61b5038c4 100644
--- a/fpdfsdk/javascript/cjs_annot.h
+++ b/fpdfsdk/javascript/cjs_annot.h
@@ -44,7 +44,7 @@ class CJS_Annot : public CJS_Object {
private:
static int ObjDefnID;
- static JSPropertySpec PropertySpecs[];
+ static const JSPropertySpec PropertySpecs[];
};
#endif // FPDFSDK_JAVASCRIPT_CJS_ANNOT_H_