summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlcompiler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scxml/qscxmlcompiler_p.h')
-rw-r--r--src/scxml/qscxmlcompiler_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scxml/qscxmlcompiler_p.h b/src/scxml/qscxmlcompiler_p.h
index 6909c2c..f74e282 100644
--- a/src/scxml/qscxmlcompiler_p.h
+++ b/src/scxml/qscxmlcompiler_p.h
@@ -387,6 +387,7 @@ struct Scxml: public StateContainer, public Node
: Node(xmlLocation)
, dataModel(NullDataModel)
, binding(EarlyBinding)
+ , initialTransition(nullptr)
{}
void add(StateOrTransition *s) Q_DECL_OVERRIDE