- fix various vc compile errors when building with boost.

This commit is contained in:
Alexander Gessler
2013-02-09 17:36:36 +01:00
parent 6ac80ea901
commit 667a51e0ab
3 changed files with 5 additions and 4 deletions

View File

@@ -764,7 +764,7 @@ bool ProcessGeometricItem(const IfcRepresentationItem& geo, std::vector<unsigned
conv.collect_openings->push_back(TempOpening(geo.ToPtr<IfcSolidModel>(),
IfcVector3(0,0,0),
meshtmp,
boost::shared_ptr<TempMesh>(NULL)));
boost::shared_ptr<TempMesh>((TempMesh*)NULL)));
}
return true;
}