diff --git a/src/SMESHUtils/SMESH_MAT2d.cxx b/src/SMESHUtils/SMESH_MAT2d.cxx index 390d337b8..dcde99881 100644 --- a/src/SMESHUtils/SMESH_MAT2d.cxx +++ b/src/SMESHUtils/SMESH_MAT2d.cxx @@ -210,7 +210,7 @@ namespace } #else void inSegmentsToFile( vector< InSegment>& inSegments) {} - void dumpEdge( const TVDedge* edge ) {} + void dumpEdge( const TVDEdge* edge ) {} void dumpCell( const TVDCell* cell ) {} #endif }