aboutsummaryrefslogtreecommitdiff
path: root/fxjs/cjs_position.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_position.h')
-rw-r--r--fxjs/cjs_position.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_position.h b/fxjs/cjs_position.h
index ae951bf69..14097a971 100644
--- a/fxjs/cjs_position.h
+++ b/fxjs/cjs_position.h
@@ -1,4 +1,4 @@
-// Copyright 2017 PDFium Authors. All rights reserved.
+// Copyright 2017 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -16,7 +16,7 @@ class CJS_Position final : public CJS_Object {
CJS_Position() = delete;
private:
- static int ObjDefnID;
+ static uint32_t ObjDefnID;
static const JSConstSpec ConstSpecs[];
};