From: vsr Date: Tue, 16 Jun 2015 09:25:19 +0000 (+0300) Subject: Fix misprint X-Git-Tag: V7_7_0a1~40 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=28230317bf6c1223d122786d9b8439445cfe11c6;ds=sidebyside Fix misprint --- 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 }