Salome HOME
Another fix like previous one.
[modules/smesh.git] / src / SMESH_I / SMESH_Filter_i.cxx
index bd92ee2d49b6efc2d38c9c15dabd8d970759f655..40742a667a47a06723cd0b38c872cde6f903f473 100644 (file)
@@ -533,7 +533,7 @@ static TopoDS_Shape getShapeByID (const char* theID)
 
 static char* getShapeNameByID (const char* theID)
 {
-  char* aName = "";
+  char* aName = (char*)"";
 
   if (theID != 0 && theID != "") {
     SMESH_Gen_i* aSMESHGen = SMESH_Gen_i::GetSMESHGen();