From: cascade Date: Thu, 8 May 2008 17:11:10 +0000 (+0000) Subject: OCC19308 FIP #24.6 Make consistent Standard_CString and Standard_ExtString definition. X-Git-Tag: V6_7_1~132 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=32c8bc6faea50753bb2871341ce0cd12faaa30de;p=occt-wok.git OCC19308 FIP #24.6 Make consistent Standard_CString and Standard_ExtString definition. --- 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) {