adapt code for previous commits

This commit is contained in:
Thomas Krijnen
2021-07-29 14:54:51 +02:00
parent e529eeb540
commit d1fe1117be
26 changed files with 447 additions and 394 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
#include <vector>
class Argument;
class IfcEntityList;
class aggregate_of_instance;
namespace IfcParse {
class IfcFile;
}
@@ -62,7 +62,7 @@ public:
virtual ~IfcEntityInstanceData();
boost::shared_ptr<IfcEntityList> getInverse (const IfcParse::declaration* type, int attribute_index) const;
boost::shared_ptr<aggregate_of_instance> getInverse (const IfcParse::declaration* type, int attribute_index) const;
Argument* getArgument(size_t i) const;