]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Tools.h
Salome HOME
Copyright update 2022
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Tools.h
index eb86f8b33702e49bfae9ea79f52d9d2ca8584ec6..775382e90b50933a1768810b03a79d09e344911f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -148,7 +148,7 @@ void customizeFeaturePrs(const AISObjectPtr& thePrs, bool isAxiliary);
 void setDimensionColor(const AISObjectPtr& theDimPrs);
 
 /// Replace string in the name of object
-void replaceInName(ObjectPtr theObject, const std::string& theSource, const std::string& theDest);
+void replaceInName(ObjectPtr theObject, const std::wstring& theSource, const std::wstring& theDest);
 
 }; // namespace SketchPlugin_Tools