remove templates in wrapper

This commit is contained in:
Thomas Krijnen
2021-07-11 15:03:05 +02:00
parent 7c0459bc6e
commit c949211e1b
2 changed files with 50 additions and 93 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
} else if ($1->as_aggregation_type()) {
$result = SWIG_NewPointerObj(SWIG_as_voidptr($1->as_aggregation_type()), SWIGTYPE_p_IfcParse__aggregation_type, 0);
} else {
throw std::runtime_error("unexpected parameter type");
$result = SWIG_Py_Void();
}
}