diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index 33a9246..9fc70bc 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -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: