From: Artem Zhidkov Date: Tue, 30 Jun 2020 11:57:21 +0000 (+0300) Subject: Task #3237: Allow usage of accented characters in ObjectBrowser X-Git-Tag: V9_6_0a1~60^2~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=274fa1342a4caaf3e1a20d68d1d05e5e976efce5;p=modules%2Fshaper.git Task #3237: Allow usage of accented characters in ObjectBrowser Correct SWIG wrapper for AttributeSelection. --- diff --git a/src/ModelHighAPI/ModelHighAPI.i b/src/ModelHighAPI/ModelHighAPI.i index 28dd80021..962ae0f81 100644 --- a/src/ModelHighAPI/ModelHighAPI.i +++ b/src/ModelHighAPI/ModelHighAPI.i @@ -266,6 +266,7 @@ // std::pair -> [] %template(ResultSubShapePair) std::pair, std::shared_ptr >; %template(StringsPair) std::pair; +%template(StringWStringPair) std::pair; // fix compilarion error: 'res*' was not declared in this scope