]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Task #3237: Allow usage of accented characters in ObjectBrowser
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Tue, 30 Jun 2020 11:57:21 +0000 (14:57 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Tue, 30 Jun 2020 11:57:21 +0000 (14:57 +0300)
Correct SWIG wrapper for AttributeSelection.

src/ModelHighAPI/ModelHighAPI.i

index 28dd80021e121b532600cf902a54267e76459da5..962ae0f81187f897d111623c4f409f2977575296 100644 (file)
 // std::pair -> []
 %template(ResultSubShapePair) std::pair<std::shared_ptr<ModelAPI_Result>, std::shared_ptr<GeomAPI_Shape> >;
 %template(StringsPair) std::pair<std::string, std::string>;
+%template(StringWStringPair) std::pair<std::string, std::wstring>;
 
 
 // fix compilarion error: 'res*' was not declared in this scope