From 6e87a218061b90255aa64a29ebbc004d8bd31adf Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 3 Jul 2017 15:43:56 +0200 Subject: [PATCH] Ignore some methods in wrapper to fix build --- src/ifcwrap/IfcParseWrapper.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcwrap/IfcParseWrapper.i b/src/ifcwrap/IfcParseWrapper.i index a7fd4ccf53..8e9c3c3808 100644 --- a/src/ifcwrap/IfcParseWrapper.i +++ b/src/ifcwrap/IfcParseWrapper.i @@ -28,6 +28,8 @@ private: %ignore IfcParse::IfcFile::Init; %ignore IfcParse::IfcFile::entityByGuid; +%ignore IfcParse::IfcFile::register_inverse; +%ignore IfcParse::IfcFile::unregister_inverse; %ignore operator<<; %ignore IfcParse::FileDescription::FileDescription;