From 233ea105d41ced0d7d9fbf27c89e3f770c586497 Mon Sep 17 00:00:00 2001 From: azv Date: Tue, 28 Nov 2017 09:02:54 +0300 Subject: [PATCH] Fix SWIG compilation problem --- src/ModelAPI/ModelAPI.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2