From: cascade Date: Thu, 8 May 2008 17:11:10 +0000 (+0000) Subject: OCC19308 FIP #24.6 Make consistent Standard_CString and Standard_ExtString definition. X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=cb3cf6aea329e928fe992fdae6fe494e1fa5f3f0;p=occt-wok.git OCC19308 FIP #24.6 Make consistent Standard_CString and Standard_ExtString definition. --- diff --git a/src/IDLFront/IDLFront.cxx b/src/IDLFront/IDLFront.cxx index 359a3f7..db91c31 100755 --- a/src/IDLFront/IDLFront.cxx +++ b/src/IDLFront/IDLFront.cxx @@ -171,7 +171,7 @@ int IDLTranslate(const Handle(MS_MetaSchema)& aMetaSchema, try { OCC_CATCH_SIGNALS - ErrorLevel = TraductionMain(aFileName->ToCString()); + ErrorLevel = TraductionMain((char *)aFileName->ToCString()); } catch(Standard_Failure) { fclose(IDLin);