ZynAddSubFX: really fix compilation error

I should always try to compile before committing... Works now!
This commit is contained in:
Tobias Doerffel
2009-08-03 18:51:55 +02:00
parent 3504e49119
commit 7bddad1895

View File

@@ -163,7 +163,7 @@ void zynAddSubFx::loadFile( const QString & _file )
m_plugin->lock();
m_plugin->sendMessage(
remotePlugin::message( IdLoadPresetFromFile ).
QSTR_TO_STD_STR( _file ) );
addString( QSTR_TO_STDSTR( _file ) ) );
m_plugin->waitForMessage( IdLoadPresetFromFile );
m_plugin->unlock();