From 5d337e33567ff6023b25719bedf00b40f34adb84 Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 16 Oct 2025 23:21:33 +0900 Subject: [PATCH] commit 2025-10-16 23:21 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHead.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 :