From: azv Date: Tue, 28 Nov 2017 06:02:54 +0000 (+0300) Subject: Fix SWIG compilation problem X-Git-Tag: V_2.10.0RC~123^2~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=233ea105d41ced0d7d9fbf27c89e3f770c586497;p=modules%2Fshaper.git Fix SWIG compilation problem --- diff --git a/src/ModelAPI/ModelAPI.i b/src/ModelAPI/ModelAPI.i index 3d269b3ed..61403edf6 100644 --- a/src/ModelAPI/ModelAPI.i +++ b/src/ModelAPI/ModelAPI.i @@ -116,7 +116,7 @@ } } -%apply int& OUTPUT {int&}; +%apply int& OUTPUT {int& theIndexInFolder}; // all supported interfaces %include "ModelAPI_Entity.h"