From: stv Date: Fri, 17 Jun 2005 08:32:58 +0000 (+0000) Subject: Fixes for compilation errors. X-Git-Tag: T3_0_0_a4~95 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=19f944c717c9d29fad6a1e6c4c461bd281d1908c;p=modules%2Fgui.git Fixes for compilation errors. --- diff --git a/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx b/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx index aa5cd29f3..c14e76a3b 100644 --- a/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx +++ b/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx @@ -88,7 +88,7 @@ public: aYears [i], aHours [i], aMins [i]); - val = val + " : " + QString(aUsers[i].c_str()); + val = val + " : " + QString( aUsers[i].c_str() ); list.prepend(val); } theWidget->setDuplicatesEnabled(true);