X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelHighAPI%2FModelHighAPI_Folder.h;h=d9b5323904d910e285de2b74e147ccbf1b63f691;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=d2e234a60dab13a328476216310a0511e5525421;hpb=50a8df0c6a66da8067b16155e5ae39f8f26a7ebc;p=modules%2Fshaper.git diff --git a/src/ModelHighAPI/ModelHighAPI_Folder.h b/src/ModelHighAPI/ModelHighAPI_Folder.h index d2e234a60..d9b532390 100644 --- a/src/ModelHighAPI/ModelHighAPI_Folder.h +++ b/src/ModelHighAPI/ModelHighAPI_Folder.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2020 CEA/DEN, EDF R&D +// Copyright (C) 2014-2023 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 @@ -58,11 +58,11 @@ public: /// Shortcut for data()->setName() MODELHIGHAPI_EXPORT - void setName(const std::string& theName); + void setName(const std::wstring& theName); /// Shortcut for data()->name() MODELHIGHAPI_EXPORT - std::string name() const; + std::wstring name() const; /// To update the folder state /// \param isForce start execution of feature instead of sending events