commit 2025-10-13 19:12 mr_CurrList => to first member in ZCNodePoint : ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-13 19:12:25 +09:00
parent 7a3b57f135
commit 0e25b260de
5 changed files with 6 additions and 6 deletions

View File

@ -43,10 +43,10 @@ namespace ZNsMain
class ZCNodePoint
{
private: mutable
private:
ZtCArray& mr_CArray; mutable
TypeData* mp_Data ; mutable
TypeSize ml_ElePos; // *mp_Data 가 배열에서 차지하는 위치
ZtCArray& mr_CArray;
public:
ZCNodePoint(ZtCArray& AR_CArray, Type& AR_CData, TSize AL_ElePos) :