diff --git a/ZCppMain/ZtCStringStd.H b/ZCppMain/ZtCStringStd.H index ebbb14a..81921b7 100644 --- a/ZCppMain/ZtCStringStd.H +++ b/ZCppMain/ZtCStringStd.H @@ -581,9 +581,9 @@ namespace ZNsMain typedef typename _ZCSTRINGSTD_::TypeChar TypeChar; typedef typename _ZCSTRINGSTD_::TypeSize TypeSize; - typedef ZtCBoolStr ZCBoolStr; + typedef ZtCBoolStr ZCBoolStr ; - return ARR_SaveCStr(ZCBoolStr::GetMark(AB_Bool)); + return ARR_SaveCStr(ZCBoolStr::GetMark(AB_Bool)) ; }/* _ZCSTRINGSTD_ARG_ _ZCSTRINGSTD_& ZftMakeStr ( _ZCSTRINGSTD_& ARR_SaveCStr, bool AB_Bool ) */