fix build failure

This commit is contained in:
wmayer
2016-12-29 15:01:57 +01:00
parent 16ce8d40f5
commit 5fbcb99adc
2 changed files with 3 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ std::vector<TopoDS_Edge> DrawProjectSplit::getEdgesForWalker(TopoDS_Shape shape,
TechDrawGeometry::GeometryObject* DrawProjectSplit::buildGeometryObject(TopoDS_Shape shape,
gp_Ax2 viewAxis)
const gp_Ax2& viewAxis)
{
TechDrawGeometry::GeometryObject* geometryObject = new TechDrawGeometry::GeometryObject("DrawProjectSplit");