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;}}; /*////////////////////////////////////////////////////////////////////////////////