Salome HOME
Copyright update 2022
[modules/shaper.git] / src / ModelAPI / ModelAPI_Folder.h
index 1fd19958ee5f8b209069b18b4770424962f5750b..749eca6c1cd3558bb4c232a78a896422b4a28b8d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  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
@@ -82,7 +82,7 @@ public:
   // Helper methods, aliases for data()->method()
   // -----------------------------------------------------------------------------------------------
   /// Returns the name stored in the attribute
-  inline std::string name()
+  inline std::wstring name()
   {
     return data()->name();
   }