From b44c711708b5ec67d09a54afe859b8804bf9398f Mon Sep 17 00:00:00 2001 From: sauron Date: Mon, 8 Mar 2021 21:55:48 +0900 Subject: [PATCH] edit test.cpp --- ZCppMain/ZMainHead.H | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 9d146d8..2ce6eda 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -2382,6 +2382,9 @@ namespace ZNsMain template class ZtCTypeData { public: typedef TType TypeData; static TType& GetObjRef(TType& AR_Type ){return AR_Type;}}; + template<> class ZtCTypeData + { public: typedef void* TypeData; + static void* GetObjRef(void* AP_Void){return AP_Void;}}; /*////////////////////////////////////////////////////////////////////////////////