fix some more uninitialized vars
This commit is contained in:
parent
6ade16b38d
commit
d6a5e6fc2e
@ -104,6 +104,7 @@ Location::Location (const Location& other)
|
||||
|
||||
Location::Location (Session& s, const XMLNode& node)
|
||||
: SessionHandleRef (s)
|
||||
, _flags (Flags (0))
|
||||
, _position_lock_style (AudioTime)
|
||||
{
|
||||
/* Note: _position_lock_style is initialised above in case set_state doesn't set it
|
||||
|
@ -103,6 +103,7 @@ ParameterDescriptor::ParameterDescriptor()
|
||||
: Evoral::ParameterDescriptor()
|
||||
, key((uint32_t)-1)
|
||||
, datatype(Variant::NOTHING)
|
||||
, type(NullAutomation)
|
||||
, unit(NONE)
|
||||
, step(0)
|
||||
, smallstep(0)
|
||||
|
Loading…
Reference in New Issue
Block a user