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:
Tobias Doerffel
2008-09-20 13:56:42 +00:00
parent dea184a993
commit 0304fc036e

View File

@@ -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 );
}