diff --git a/ZCppMain/ZtCArray.H b/ZCppMain/ZtCArray.H index d6455fe..d5cb91d 100644 --- a/ZCppMain/ZtCArray.H +++ b/ZCppMain/ZtCArray.H @@ -771,11 +771,11 @@ namespace ZNsMain void MovePrevIter(TypeData* & APR_CType ) const{--APR_CType ;} void MovePrevIter(iterator & ARR_CIterator) const{--ARR_CIterator;} void MovePrevIter(IterEasyID & AI_IterEasyID) const - { MovePrevIter((TypeData*&)AI_IterEasyID); } + { MovePrevIter((TypeData *&)AI_IterEasyID); } void MovePrevIter(TypeDataC* & APR_CType ) const{--APR_CType ;} void MovePrevIter(iteratorC & ARR_CIterator) const{--ARR_CIterator;} - void MovePrevIter(IterEasyIDc& AI_IterEasyID) - const{ MovePrevIter((TypeDataC*&)AI_IterEasyID); } + void MovePrevIter(IterEasyIDc& AI_IterEasyID) const + { MovePrevIter((TypeDataC*&)AI_IterEasyID); } TypeData& GetDataInIter(TypeData * AP_CType ) {return *AP_CType ;}