Correctly take inline entity instances for select types into account in the Python wrapper

This commit is contained in:
Thomas Krijnen
2013-06-21 08:49:08 -07:00
parent 509c34d66a
commit a5684f0996
7 changed files with 698 additions and 38 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ namespace IfcParse {
/// ===================== =====================
class EntityArgument : public Argument {
private:
IfcUtil::IfcArgumentSelect* entity;
Ifc::IfcUntypedEntity* entity;
public:
EntityArgument(Ifc2x3::Type::Enum ty, const Token& t);
~EntityArgument();