From aaa772f330b6059fd4ed7fe98f9a08826486dd99 Mon Sep 17 00:00:00 2001 From: Simon Marchetto Date: Thu, 13 Mar 2014 14:38:32 +0100 Subject: [PATCH] scilab: remove swig warning --- Lib/scilab/scicontainer.swg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) }