From: eap Date: Wed, 20 Feb 2008 07:55:55 +0000 (+0000) Subject: -CreateConvertor(const string& theFileName) X-Git-Tag: V4_1_1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d8dd9cb50da18f9cd81fc46d152d169cb520443e;p=modules%2Fvisu.git -CreateConvertor(const string& theFileName) +CreateConvertor(const std::string& theFileName) --- 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),