aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4regexp.cpp')
-rw-r--r--src/qml/jsruntime/qv4regexp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4regexp.cpp b/src/qml/jsruntime/qv4regexp.cpp
index 5a9a8d9d1d..0a10002766 100644
--- a/src/qml/jsruntime/qv4regexp.cpp
+++ b/src/qml/jsruntime/qv4regexp.cpp
@@ -40,8 +40,8 @@
****************************************************************************/
#include "qv4regexp_p.h"
-
#include "qv4engine_p.h"
+#include "qv4scopedvalue_p.h"
using namespace QV4;
@@ -136,7 +136,7 @@ void RegExp::markObjects(Managed *that)
{
}
-ReturnedValue RegExp::get(Managed *, String *, bool *)
+ReturnedValue RegExp::get(Managed *, const StringRef, bool *)
{
return Value::undefinedValue().asReturnedValue();
}