Salome HOME
Win32 Porting.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_VTKUtils.h
index d13e37de33c67184efbd7fb80a383308b32cf06a..bd65df64826da6fc50d7a530e7cce76d3c38122b 100644 (file)
@@ -17,8 +17,6 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 
-using namespace std;
-
 #ifndef SMESHGUI_VTKUtils_HeaderFile
 #define SMESHGUI_VTKUtils_HeaderFile
 
@@ -61,7 +59,7 @@ class SALOME_Actor;
 namespace SMESH {
 
   //----------------------------------------------------------------------------
-  typedef pair<int,string> TKeyOfVisualObj;
+  typedef std::pair<int,std::string> TKeyOfVisualObj;
   
 SMESHGUI_EXPORT
   TVisualObjPtr GetVisualObj(int theStudyId,