From f2f9595a0317aa94e13d31584d71835382558cce Mon Sep 17 00:00:00 2001 From: sauron Date: Sat, 25 Oct 2025 20:12:06 +0900 Subject: [PATCH] commit 2025-10-25 20:12 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHead.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index b412d09..ad95a05 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -1652,16 +1652,16 @@ namespace ZNsMain template class ZtCTypeData { public: typedef TType TypeData; - static TType& GetObjRef(TType& AR_Type){return AR_Type ;}}; + static TType& GetObjRef(TType& AR_Type){return AR_Type;}}; template class ZtCTypeData { public: typedef TType TypeData; static TType& GetObjRef(TType* AP_Type){return *AP_Type;}}; template class ZtCTypeData { public: typedef TType TypeData; - static TType& GetObjRef(TType& AR_Type){return AR_Type ;}}; + static TType& GetObjRef(TType& AR_Type){return AR_Type;}}; template< /*########*/ > class ZtCTypeData { public: typedef ZfpNone TypeData; - static ZfpNone GetObjRef(void* AP_Void){return ZfNone ;}}; + static ZfpNone GetObjRef(void* AP_Void){return ZfNone ;}}; template class ZtCTypeData< ZtCRef > { public: typedef TType TypeData; static TType&