ZynAddSubFX: really fix compilation error
I should always try to compile before committing... Works now!
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user