13
0

add constructor

This commit is contained in:
Paul Davis 2019-10-07 20:49:53 -06:00
parent e5cb4d295e
commit 95676a5f66

View File

@ -699,6 +699,7 @@ struct RouteProcessorChange {
};
struct BusProfile {
BusProfile() : master_out_channels (0) {}
uint32_t master_out_channels; /* how many channels for the master bus, 0: no master bus */
};