mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 19:55:00 -04:00
added missing initialization of m_processors member variable
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1227 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -38,6 +38,7 @@ effect::effect( const plugin::descriptor * _desc,
|
||||
const descriptor::subPluginFeatures::key * _key ) :
|
||||
plugin( _desc, _parent ),
|
||||
m_key( _key ? *_key : descriptor::subPluginFeatures::key() ),
|
||||
m_processors( 1 ),
|
||||
m_okay( TRUE ),
|
||||
m_noRun( FALSE ),
|
||||
m_running( FALSE ),
|
||||
|
||||
Reference in New Issue
Block a user