X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelHighAPI%2FModelHighAPI_Interface.h;h=47a1027892686bf6e8479483b3a3aabed11abea4;hb=aa941d4038c5880146ea98adc84e5d02fc729c49;hp=47cea396e8a1d76cf415163b3d00852b73e31da7;hpb=52b0fdb3bbe3b4ca84519c9dd752f89a73bf6c05;p=modules%2Fshaper.git diff --git a/src/ModelHighAPI/ModelHighAPI_Interface.h b/src/ModelHighAPI/ModelHighAPI_Interface.h index 47cea396e..47a102789 100644 --- a/src/ModelHighAPI/ModelHighAPI_Interface.h +++ b/src/ModelHighAPI/ModelHighAPI_Interface.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2020 CEA/DEN, EDF R&D +// Copyright (C) 2014-2021 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 @@ -68,11 +68,11 @@ public: /// Shortcut for feature()->data()->setName() MODELHIGHAPI_EXPORT - void setName(const std::string& theName); + void setName(const std::wstring& theName); /// Shortcut for feature()->data()->name() MODELHIGHAPI_EXPORT - std::string name() const; + std::wstring name() const; /// Return firts object of the feature MODELHIGHAPI_EXPORT