commit 2025-08-26 12:50 edit a bit ZtCObjPtr in ZCppMain/ZMainHead.H
This commit is contained in:
@ -2917,7 +2917,7 @@ namespace ZNsMain
|
|||||||
public :
|
public :
|
||||||
typedef TType TypeData ;
|
typedef TType TypeData ;
|
||||||
protected:
|
protected:
|
||||||
TType& mr_TypeData;
|
TypeData& mr_TypeData ;
|
||||||
public :
|
public :
|
||||||
|
|
||||||
ZtCObjPtr(TType& AR_CData) : mr_TypeData(AR_CData){}
|
ZtCObjPtr(TType& AR_CData) : mr_TypeData(AR_CData){}
|
||||||
|
Reference in New Issue
Block a user