diff --git a/Lib/scilab/scicontainer.swg b/Lib/scilab/scicontainer.swg index 23c21a3ab..94a1992fe 100644 --- a/Lib/scilab/scicontainer.swg +++ b/Lib/scilab/scicontainer.swg @@ -278,9 +278,10 @@ namespace swig // TODO: return a Scilab list from the pair (see code for Octave) } - %fragment("SwigPyPairBoolOutputIterator","header",fragment=SWIG_From_frag(bool),fragment="SciSequence_Cont") {} + %fragment("SciSwigPairBoolOutputIterator", "header", + fragment=SWIG_From_frag(bool), fragment="SciSequence_Cont") {} - %typemap(out,fragment="SciPairBoolOutputIterator") + %typemap(out,fragment="SciSwigPairBoolOutputIterator") std::pair, std::pair { // TODO: return a Scilab list from the pair (see code for Octave) }