Compilation fixes related to previous commit

This commit is contained in:
Thomas Krijnen
2014-12-19 12:36:06 +00:00
parent 2a403e240d
commit 3236218aba
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ namespace IfcGeom {
public:
const Representation::BRep& geometry() const { return *_geometry; }
ShapeModelElement(int id, int parent_id, const std::string& name, const std::string& type, const std::string& guid, const gp_Trsf& trsf, Representation::BRep* geometry)
: Element(geometry->settings(),id,parent_id,name,type,guid,trsf)
: Element<P>(geometry->settings(),id,parent_id,name,type,guid,trsf)
, _geometry(geometry)
{}
virtual ~ShapeModelElement() {