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

@ -1051,9 +1051,9 @@ namespace ZNsMain
class ZCNodePoint
{
protected:
/*****/ TypeList& mr_CurrList;
mutable TypeLink* mp_CurrLink; // 사실상 mp_CurrLink!=0
mutable TypeSize ml_CurrPos ;
/*****/ TypeList& mr_CurrList;
public :
ZCNodePoint(TypeList& AR_TypeList) :
mr_CurrList(AR_TypeList)