--- qsampler/trunk/src/qsamplerMainForm.ui.h 2005/08/16 09:48:42 735 +++ qsampler/trunk/src/qsamplerMainForm.ui.h 2005/08/16 10:19:25 736 @@ -1308,9 +1308,9 @@ sText += ::lscp_client_version(); #ifdef CONFIG_LIBGIG sText += ", "; - sText += gig::libraryName(); + sText += gig::libraryName().c_str(); sText += " "; - sText += gig::libraryVersion(); + sText += gig::libraryVersion().c_str(); #endif sText += "
\n"; sText += "
\n";