initialize uninitialized variable
This commit is contained in:
parent
7239cb09d9
commit
2b3205df0c
@ -47,6 +47,7 @@ LuaProc::LuaProc (AudioEngine& engine,
|
|||||||
, _lua_dsp (0)
|
, _lua_dsp (0)
|
||||||
, _script (script)
|
, _script (script)
|
||||||
, _lua_does_channelmapping (false)
|
, _lua_does_channelmapping (false)
|
||||||
|
, _lua_has_inline_display (false)
|
||||||
, _control_data (0)
|
, _control_data (0)
|
||||||
, _shadow_data (0)
|
, _shadow_data (0)
|
||||||
, _has_midi_input (false)
|
, _has_midi_input (false)
|
||||||
@ -69,6 +70,7 @@ LuaProc::LuaProc (const LuaProc &other)
|
|||||||
, _lua_dsp (0)
|
, _lua_dsp (0)
|
||||||
, _script (other.script ())
|
, _script (other.script ())
|
||||||
, _lua_does_channelmapping (false)
|
, _lua_does_channelmapping (false)
|
||||||
|
, _lua_has_inline_display (false)
|
||||||
, _control_data (0)
|
, _control_data (0)
|
||||||
, _shadow_data (0)
|
, _shadow_data (0)
|
||||||
, _has_midi_input (false)
|
, _has_midi_input (false)
|
||||||
|
Loading…
Reference in New Issue
Block a user