From 12c12edac4927d856f0a23f872e19bedbff1407d Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 23 Jan 2012 16:15:27 +0000 Subject: [PATCH] 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; --- src/SMESHUtils/SMESH_TypeDefs.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2