From 32c8bc6faea50753bb2871341ce0cd12faaa30de 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/WOKUtils/WOKUtils_Param.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/WOKUtils/WOKUtils_Param.cxx b/src/WOKUtils/WOKUtils_Param.cxx index cee3c13..2709b45 100755 --- a/src/WOKUtils/WOKUtils_Param.cxx +++ b/src/WOKUtils/WOKUtils_Param.cxx @@ -26,6 +26,7 @@ #include #include #include +#include #ifdef WNT # include @@ -430,7 +431,7 @@ Handle(TCollection_HAsciiString) WOKUtils_Param::ClassFile(const Standard_CStrin //======================================================================= Handle(TCollection_HAsciiString) WOKUtils_Param::ClassSubFile(const Standard_CString aclass, const Standard_CString asub) const { - Standard_CString thedir = strchr(asub, '@'); + Standard_PCharacter thedir = strchr(asub, '@'); if(thedir) { -- 2.39.5