Salome HOME
Merge remote-tracking branch 'remotes/origin/EDF_2020_Lot2'
[modules/shaper.git] / src / Model / Model_AttributeSelectionList.h
index 3a06635646a04ec14147043d1d010a510767ef0a..024ad480083ce2480bf2a143bc8cbbcfd5f01ecc 100644 (file)
@@ -56,14 +56,16 @@ public:
 
   /// Adds the new reference to the end of the list by the naming name of the selected shape
   /// The type of shape is taken from the current selection type if the given is empty
-  MODEL_EXPORT virtual void append(const std::string& theNamingName, const std::string& theType="");
+  MODEL_EXPORT virtual void append(const std::wstring& theNamingName,
+                                   const std::string& theType="");
 
   /// Adds the new reference to the end of the list by inner point on the selected shape
   MODEL_EXPORT virtual void append(const std::shared_ptr<GeomAPI_Pnt>& thePoint,
                                    const std::string& theType);
 
   /// Adds the new reference to the end of the list by weak naming index
-  MODEL_EXPORT virtual void append(const std::string& theType, const std::string& theContextName,
+  MODEL_EXPORT virtual void append(const std::string& theType,
+                                   const std::wstring& theContextName,
                                    const int theIndex);
 
   /// Copy the selection list to the destination attribute