fixed compilation
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1644 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -438,7 +438,7 @@ void sidInstrument::playNote( notePlayHandle * _n, bool,
|
||||
|
||||
void sidInstrument::deleteNotePluginData( notePlayHandle * _n )
|
||||
{
|
||||
delete static_cast<SID *>( _n->m_pluginData );
|
||||
delete static_cast<cSID *>( _n->m_pluginData );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user