]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Selector/Selector_Selector.cpp
Salome HOME
Support of wide string
[modules/shaper.git] / src / Selector / Selector_Selector.cpp
index f10a0d082d6e28e87e2887e1d0fb13915c6a86e4..e0d0f4c3d7dd2d0ec9883ec8123c7517a78c53b4 100644 (file)
@@ -73,12 +73,12 @@ TopoDS_Shape Selector_Selector::value()
   return TopoDS_Shape(); // empty, error shape
 }
 
-std::string Selector_Selector::name(Selector_NameGenerator* theNameGenerator) {
+std::wstring Selector_Selector::name(Selector_NameGenerator* theNameGenerator) {
   return myAlgo->name(theNameGenerator);
 }
 
 TDF_Label Selector_Selector::restoreByName(
-  std::string theName, const TopAbs_ShapeEnum theShapeType,
+  std::wstring theName, const TopAbs_ShapeEnum theShapeType,
   Selector_NameGenerator* theNameGenerator, const bool theGeometricalNaming)
 {
   TDF_Label aResult;