From cb3cf6aea329e928fe992fdae6fe494e1fa5f3f0 Mon Sep 17 00:00:00 2001 From: cascade Date: Thu, 8 May 2008 17:11:10 +0000 Subject: [PATCH] OCC19308 FIP #24.6 Make consistent Standard_CString and Standard_ExtString definition. --- src/IDLFront/IDLFront.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5