Minor updates to state chart

This commit is contained in:
John Wellbelove 2021-03-01 13:35:48 +00:00
parent 123781ebd8
commit 0d14b5adfc

View File

@ -87,7 +87,7 @@ namespace
Data()
: i(0)
{
}
}
explicit Data(int i_)
: i(i_)