aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common/qv4calldata_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/common/qv4calldata_p.h')
-rw-r--r--src/qml/common/qv4calldata_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/common/qv4calldata_p.h b/src/qml/common/qv4calldata_p.h
index 5a5280cb86..a02cea766e 100644
--- a/src/qml/common/qv4calldata_p.h
+++ b/src/qml/common/qv4calldata_p.h
@@ -95,7 +95,7 @@ struct CallData
StaticValue args[1];
- static Q_DECL_CONSTEXPR int HeaderSize()
+ static constexpr int HeaderSize()
{
return offsetof(CallData, args) / sizeof(QV4::StaticValue);
}