diff options
Diffstat (limited to 'src/qml/jsruntime/qv4regexp.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4regexp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4regexp.cpp b/src/qml/jsruntime/qv4regexp.cpp index 076bd72adf..ac7b122c4d 100644 --- a/src/qml/jsruntime/qv4regexp.cpp +++ b/src/qml/jsruntime/qv4regexp.cpp @@ -150,7 +150,7 @@ void RegExp::put(Managed *m, const StringRef name, const ValueRef value) { } -void RegExp::putIndexed(Managed *m, uint index, const Value &value) +void RegExp::putIndexed(Managed *m, uint index, const ValueRef value) { } |