comparison plugin/DSSIPluginInstance.cpp @ 84:97e085895524

* Compile fix in DSSIPluginInstance, add origin notes to icons and samples
author Chris Cannam
date Wed, 26 Apr 2006 16:27:34 +0000
parents b2067aff8cd6
children c30728d5625c
comparison
equal deleted inserted replaced
83:b2067aff8cd6 84:97e085895524
845 qm = std::string(m_descriptor->LADSPA_Plugin->Label) + ": "; 845 qm = std::string(m_descriptor->LADSPA_Plugin->Label) + ": ";
846 } 846 }
847 qm = qm + message; 847 qm = qm + message;
848 free(message); 848 free(message);
849 849
850 std::cerr << "DSSIPluginInstance::configure: warning: configure returned message: \"" << qm.toStdString() << "\"" << std::endl; 850 std::cerr << "DSSIPluginInstance::configure: warning: configure returned message: \"" << qm << "\"" << std::endl;
851 } 851 }
852 852
853 return qm; 853 return qm;
854 } 854 }
855 855