]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Feature.h
Salome HOME
Support of wide string
[modules/shaper.git] / src / ModelAPI / ModelAPI_Feature.h
index 77cd55b96340ddce70104ea39c99fd144abcbd02..ee9deb3fd4af96cf3584c3b3979bdfbc1d44840e 100644 (file)
@@ -164,7 +164,7 @@ class ModelAPI_Feature : public ModelAPI_Object
  // Helper methods, aliases for data()->method()
  // -----------------------------------------------------------------------------------------------
   /// Returns the name stored in the attribute
-  inline std::string name()
+  inline std::wstring name()
   {
     return data()->name();
   }