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