commit 2025-10-08 23:07 add explicit before ZtCChars(TypeCharC* APC_TypeChar) : ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-08 23:07:22 +09:00
parent f85f685cdf
commit 83e5de35bb

View File

@ -7061,13 +7061,13 @@ namespace ZNsMain
}/*
ZtCChars()*/
ZtCChars(TypeCharC* APC_TypeChar)
explicit ZtCChars(TypeCharC* APC_TypeChar)
{
mp_TypeChar =
const_cast<TypeChar*>(APC_TypeChar);
ml_TypeSize = ZftGetLength(mp_TypeChar);
}/*
ZtCChars(TypeCharC* APC_TypeChar)*/
explicit ZtCChars(TypeCharC* APC_TypeChar)*/
ZtCChars(TypeCharC* APC_TypeChar, TypeSize AL_Length)
{