Salome HOME
Fixing of IPAL19489 (QT4 porting: loading pattern is impossible).
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshOp.cxx
index 909fbdd578c25004bb3de6fa2f75fcca199cae36..14fed46e849792a8beba33a79563a3b1569fa8e5 100644 (file)
@@ -321,7 +321,7 @@ bool SMESHGUI_MeshOp::isSubshapeOk() const
       while(1) {
         if (mainObj->_is_nil())
           return false;
-        if (string(mainObj->GetEntry()) == string(mainGeom->GetEntry()))
+        if (std::string(mainObj->GetEntry()) == std::string(mainGeom->GetEntry()))
           return true;
         mainObj = op->GetMainShape(mainObj);
       }