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() void clear()
{ {
this->TypeBase::clear(); this->TypeBase:: /*****/ clear();
this->ml_ListBuffAllByte = 0 ; this->ml_ListBuffAllByte = 0 ;
this->mo_CStringListBuff.clear(); this->mo_CStringListBuff.clear();
}/* }/*
void clear()*/ void clear()*/
void erase() void erase(){ clear(); }
{
clear();
}/*
void erase()
public:*/ public:*/
public: public: