Merge pull request #1 from aothms/master

This commit is contained in:
Yorik van Havre
2012-10-30 04:47:28 -07:00
parent 3bc3331983
commit ed5f879b9f
10 changed files with 41 additions and 714 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ namespace IfcParse {
/// ===================== =====================
class EntityArgument : public Argument {
private:
Ifc::IfcUntypedEntity* entity;
IfcUtil::IfcArgumentSelect* entity;
public:
EntityArgument(Ifc2x3::Type::Enum ty, const Token& t);
~EntityArgument();