aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4compiler_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4/qv4compiler_p_p.h')
-rw-r--r--src/qml/qml/v4/qv4compiler_p_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/v4/qv4compiler_p_p.h b/src/qml/qml/v4/qv4compiler_p_p.h
index 4b74a1d1c5..a9209d978f 100644
--- a/src/qml/qml/v4/qv4compiler_p_p.h
+++ b/src/qml/qml/v4/qv4compiler_p_p.h
@@ -231,6 +231,7 @@ private:
void discard() { _discarded = true; }
bool _discarded;
quint8 currentReg;
+ quint8 registerCount;
bool usedSubscriptionIdsChanged;
quint32 currentBlockMask;