aboutsummaryrefslogtreecommitdiffstats
path: root/src/v4/qv4regexpobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4/qv4regexpobject.h')
-rw-r--r--src/v4/qv4regexpobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v4/qv4regexpobject.h b/src/v4/qv4regexpobject.h
index b949953504..9447c0516a 100644
--- a/src/v4/qv4regexpobject.h
+++ b/src/v4/qv4regexpobject.h
@@ -66,7 +66,7 @@ namespace VM {
struct RegExpObject: Object {
RegExp* value;
- PropertyDescriptor *lastIndexProperty(ExecutionContext *ctx);
+ Property *lastIndexProperty(ExecutionContext *ctx);
bool global;
RegExpObject(ExecutionEngine *engine, RegExp* value, bool global);
~RegExpObject() {}