From: cascade Date: Fri, 13 Mar 2009 19:23:19 +0000 (+0000) Subject: Fix the compilation errors on Win32-platform in debug mode X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=9c0cbb735d43858d4b1bdb60bc7fcac8c127c522;p=occt-wok.git Fix the compilation errors on Win32-platform in debug mode --- diff --git a/src/WOKNT/WOKNT_Shell.cxx b/src/WOKNT/WOKNT_Shell.cxx index 5b50e71..bc991f5 100755 --- a/src/WOKNT/WOKNT_Shell.cxx +++ b/src/WOKNT/WOKNT_Shell.cxx @@ -127,7 +127,7 @@ void WOKNT_Shell :: Execute ( const Handle( TCollection_HAsciiString )& aCmdLin #ifdef WOK_VERBOSE - VerboseMsg("WOK_COMMAND") << "WOKNT_Shell::Execute" << aCmdLine << endm; + VerboseMsg()("WOK_COMMAND") << "WOKNT_Shell::Execute" << aCmdLine << endm; #endif @@ -304,7 +304,7 @@ void WOKNT_Shell :: Send ( const Handle(TCollection_HAsciiString)& aString ) { #ifdef WOK_VERBOSE - VerboseMsg("WOK_COMMAND") << "WOKNT_Shell::Send" << aString << endm; + VerboseMsg()("WOK_COMMAND") << "WOKNT_Shell::Send" << aString << endm; #endif myCmdLine -> AssignCat ( aString );