From 20561fb864513f84f3541ea0abc1b8ef4bee26b1 Mon Sep 17 00:00:00 2001 From: cas Date: Wed, 7 Jun 2000 17:52:45 +0000 Subject: [PATCH] No comments --- src/WOKStep/WOKStep_WNTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.39.5