]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Selector/Selector_Algo.cpp
Salome HOME
Support of wide string
[modules/shaper.git] / src / Selector / Selector_Algo.cpp
index f6035dc72eb7644ede511c73cae40bd11a8a5f1d..94ce161246bdc3343846270db03f8687ddc028d4 100644 (file)
@@ -410,7 +410,7 @@ Selector_Algo* Selector_Algo::restoreByLab(TDF_Label theLab, TDF_Label theBaseDo
 }
 
 Selector_Algo* Selector_Algo::restoreByName(TDF_Label theLab, TDF_Label theBaseDocLab,
-  std::string theName, const TopAbs_ShapeEnum theShapeType, const bool theGeomNaming,
+  std::wstring theName, const TopAbs_ShapeEnum theShapeType, const bool theGeomNaming,
   Selector_NameGenerator* theNameGenerator, TDF_Label& theContextLab)
 {
   Selector_Algo* aResult = NULL;