Salome HOME
Fixes for compilation errors.
authorstv <stv@opencascade.com>
Fri, 17 Jun 2005 08:32:58 +0000 (08:32 +0000)
committerstv <stv@opencascade.com>
Fri, 17 Jun 2005 08:32:58 +0000 (08:32 +0000)
src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx

index aa5cd29f3ebcf9e15a1bb4c3f2ae36c0c86f6943..c14e76a3b50104ab231de6287917d818832548cf 100644 (file)
@@ -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);