From 822f54cc50ee42f7ef6b104a4f968c1f2abfe908 Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 25 Feb 2021 17:42:32 +0900 Subject: [PATCH] edit ZMainHead.H a bit --- ZCppMain/ZMainHead.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 8e7c604..8d6de04 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -2365,13 +2365,13 @@ 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;}}; /*////////////////////////////////////////////////////////////////////////////////