From 274fa1342a4caaf3e1a20d68d1d05e5e976efce5 Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Tue, 30 Jun 2020 14:57:21 +0300 Subject: [PATCH] Task #3237: Allow usage of accented characters in ObjectBrowser Correct SWIG wrapper for AttributeSelection. --- src/ModelHighAPI/ModelHighAPI.i | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2