Fix compilation of IfcOpenHouse, move IfcGeom::tesselate back directly in IfcGeom namespace

This commit is contained in:
Thomas Krijnen
2015-01-06 10:19:24 +00:00
parent f3c26c372d
commit 1c757c351b
3 changed files with 3 additions and 3 deletions
-1
View File
@@ -750,7 +750,6 @@ IfcFile::IfcFile(bool create_latebound_entities)
//
// Parses the IFC file in fn
// Creates the maps
// Gets the unit definitins from the file
//
bool IfcFile::Init(const std::string& fn) {
return IfcFile::Init(new IfcSpfStream(fn));