Fem: Replace C cast
This commit is contained in:
committed by
Chris Hennes
parent
ff1b4eff05
commit
834f79845b
@@ -74,7 +74,7 @@ const FemMesh &PropertyFemMesh::getValue()const
|
||||
|
||||
const Data::ComplexGeoData* PropertyFemMesh::getComplexData() const
|
||||
{
|
||||
return (FemMesh*)_FemMesh;
|
||||
return static_cast<FemMesh*>(_FemMesh);
|
||||
}
|
||||
|
||||
Base::BoundBox3d PropertyFemMesh::getBoundingBox() const
|
||||
|
||||
Reference in New Issue
Block a user