diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 22d2c57..fa79fcc 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -5970,7 +5970,7 @@ namespace ZNsMain {} public : - static ZCNodePoint MakeTailPoint(TypeList& AR_TypeList) + static ZCNodePoint MakeTailPoint(TypeList & AR_TypeList) { ZCNodePoint VO_ZCLinkPoint(AR_TypeList); @@ -5979,8 +5979,8 @@ namespace ZNsMain return VO_ZCLinkPoint; /****************************/ }/* - static ZCNodePoint MakeTailPoint(TypeList& AR_TypeList)*/ - static ZCNodePoint MakeTailPoint(const TypeIter& AR_TypeIter) + static ZCNodePoint MakeTailPoint(TypeList & AR_TypeList)*/ + static ZCNodePoint MakeTailPoint(TypeIterC& AR_TypeIter) { ZCNodePoint VO_ZCLinkPoint(AR_TypeIter); @@ -5989,7 +5989,7 @@ namespace ZNsMain return VO_ZCLinkPoint; /****************************/ }/* - static ZCNodePoint MakeTailPoint(const TypeIter& AR_TypeIter)*/ + static ZCNodePoint MakeTailPoint(TypeIterC& AR_TypeIter)*/ public :