aboutsummaryrefslogtreecommitdiffstats
path: root/src/v4/qv4stringobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4/qv4stringobject.h')
-rw-r--r--src/v4/qv4stringobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v4/qv4stringobject.h b/src/v4/qv4stringobject.h
index 54f9130a49..ded26c501b 100644
--- a/src/v4/qv4stringobject.h
+++ b/src/v4/qv4stringobject.h
@@ -55,7 +55,7 @@ struct StringObject: Object {
mutable Property tmpProperty;
StringObject(ExecutionContext *ctx, const Value &value);
- Property *getIndex(const ExecutionContext *ctx, uint index) const;
+ Property *getIndex(uint index) const;
protected:
static const ManagedVTable static_vtbl;