summaryrefslogtreecommitdiffstats
path: root/src/v4/qmljs_runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4/qmljs_runtime.h')
-rw-r--r--src/v4/qmljs_runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v4/qmljs_runtime.h b/src/v4/qmljs_runtime.h
index 4c507012..0a08b71e 100644
--- a/src/v4/qmljs_runtime.h
+++ b/src/v4/qmljs_runtime.h
@@ -103,7 +103,7 @@ Value __qmljs_construct_value(ExecutionContext *context, Value func, Value *args
Value __qmljs_builtin_typeof(Value val, ExecutionContext *ctx);
Value __qmljs_builtin_typeof_name(String *name, ExecutionContext *context);
-Value __qmljs_builtin_typeof_member(Value base, String *name, ExecutionContext *context);
+void __qmljs_builtin_typeof_member(ExecutionContext* context, Value* result, const Value &base, String *name);
Value __qmljs_builtin_typeof_element(Value base, Value index, ExecutionContext *context);
void __qmljs_builtin_post_increment(ExecutionContext *ctx, Value *result, Value *val);