From 28230317bf6c1223d122786d9b8439445cfe11c6 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 16 Jun 2015 12:25:19 +0300 Subject: [PATCH] Fix misprint --- src/SMESHUtils/SMESH_MAT2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.30.2