From 19f944c717c9d29fad6a1e6c4c461bd281d1908c Mon Sep 17 00:00:00 2001 From: stv Date: Fri, 17 Jun 2005 08:32:58 +0000 Subject: [PATCH] Fixes for compilation errors. --- src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2