]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_ResultField.h
Salome HOME
Support of wide string
[modules/shaper.git] / src / Model / Model_ResultField.h
index cbaa3efec852ca8d2d1c93b43fc443af349f1a6d..80dfef1cb85404a49cd78ae5f1a7bf074ac5b434 100644 (file)
@@ -52,7 +52,7 @@ public:
     virtual std::shared_ptr<ModelAPI_Document> document() const { return myParent->document(); }
 
     /// Returns a GUI name of this step
-    virtual std::string name();
+    virtual std::wstring name();
 
   private:
     ModelAPI_ResultField* myParent;