From: cas Date: Wed, 7 Jun 2000 17:52:45 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=20561fb864513f84f3541ea0abc1b8ef4bee26b1;p=occt-wok.git No comments --- diff --git a/src/WOKStep/WOKStep_WNTK.cxx b/src/WOKStep/WOKStep_WNTK.cxx index f17a15b..ed875c0 100755 --- a/src/WOKStep/WOKStep_WNTK.cxx +++ b/src/WOKStep/WOKStep_WNTK.cxx @@ -99,7 +99,7 @@ void WOKStep_WNTK::Execute(const Handle(WOKMake_HSequenceOfInputFile)& anExecLis Handle(TColStd_HSequenceOfHAsciiString) unitSeq = aFile.Read(); - Unit()->Params().Set("%DebugMode",Unit()->Session()->DebugMode() ? "True" : "False"); + Unit()->Params().Set("%DebugMode",(char*)(Unit()->Session()->DebugMode() ? "True" : "False")); Handle(WOKernel_File) stubFile = new WOKernel_File(new TCollection_HAsciiString("__stub.c"), Unit(), Unit()->GetFileType("object"));