commit 2025-10-09 16:12 edit a bit ZCppMain/ZtCStringEx.H

This commit is contained in:
2025-10-09 16:12:32 +09:00
parent 9545f7cf86
commit 641ef996f9

View File

@ -7440,17 +7440,13 @@ namespace ZNsMain
void clear()
{
this->TypeBase::clear();
this->ml_ListBuffAllByte=0;
this->TypeBase:: /*****/ clear();
this->ml_ListBuffAllByte = 0 ;
this->mo_CStringListBuff.clear();
}/*
void clear()*/
void erase()
{
clear();
}/*
void erase()
void erase(){ clear(); }
public:*/
public: