From d8dd9cb50da18f9cd81fc46d152d169cb520443e Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 20 Feb 2008 07:55:55 +0000 Subject: [PATCH] -CreateConvertor(const string& theFileName) +CreateConvertor(const std::string& theFileName) --- src/CONVERTOR/VISU_MedConvertor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index 35d2b55b..e5984a18 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -1368,7 +1368,7 @@ namespace VISU //--------------------------------------------------------------- extern "C" VISU_Convertor* -CreateConvertor(const string& theFileName) +CreateConvertor(const std::string& theFileName) { if(MED::PWrapper aMed = MED::CrWrapper(theFileName,true)) return new VISU_MedConvertor(theFileName, aMed); @@ -1376,7 +1376,7 @@ CreateConvertor(const string& theFileName) } VISU_MedConvertor -::VISU_MedConvertor(const string& theFileName, MED::PWrapper theMed): +::VISU_MedConvertor(const std::string& theFileName, MED::PWrapper theMed): myIsEntitiesDone(false), myIsFieldsDone(false), myIsGroupsDone(false), -- 2.39.2