1
0
Fork 0

fix private variable init order

This commit is contained in:
Kevin Matz 2022-11-23 13:49:51 -05:00
parent e12d11e62e
commit 88c4bb628f
1 changed files with 1 additions and 1 deletions

View File

@ -32,8 +32,8 @@ namespace DMX {
*/
Universe::Universe(int timeout_period)
: null_start_data({0})
, status_(Status::DMX_NULL)
, rx_timeout_period_(timeout_period)
, status_(Status::DMX_NULL)
{
}