From: eap Date: Mon, 23 Jan 2012 16:15:27 +0000 (+0000) Subject: 0021338: EDF 1926 SMESH: New controls and filters X-Git-Tag: V6_5_0a1~185 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=12c12edac4927d856f0a23f872e19bedbff1407d;p=modules%2Fsmesh.git 0021338: EDF 1926 SMESH: New controls and filters -typedef pair< const SMDS_MeshNode*, const SMDS_MeshNode* > NLink; +typedef std::pair< const SMDS_MeshNode*, const SMDS_MeshNode* > NLink; --- diff --git a/src/SMESHUtils/SMESH_TypeDefs.hxx b/src/SMESHUtils/SMESH_TypeDefs.hxx index 404565812..07b95e389 100644 --- a/src/SMESHUtils/SMESH_TypeDefs.hxx +++ b/src/SMESHUtils/SMESH_TypeDefs.hxx @@ -45,7 +45,7 @@ typedef std::map TNodeNodeMap; typedef std::set< const SMDS_MeshElement*, TIDCompare > TIDSortedElemSet; typedef std::set< const SMDS_MeshNode*, TIDCompare > TIDSortedNodeSet; -typedef pair< const SMDS_MeshNode*, const SMDS_MeshNode* > NLink; +typedef std::pair< const SMDS_MeshNode*, const SMDS_MeshNode* > NLink; namespace SMESHUtils