Salome HOME
Revert "Fix a problem with getting result using Python interface"
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI.i
index 819e7579722715b836ec58a32fadd40d45b3814d..896af71efcf0385e682f72f244454bef69a068dd 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>;
 
 
 // fix compilarion error: 'res*' was not declared in this scope