edit test.cpp

This commit is contained in:
2021-03-09 16:33:27 +09:00
parent 23ffdebe25
commit 51f46a76da
4 changed files with 29 additions and 9 deletions

View File

@ -2382,7 +2382,7 @@ namespace ZNsMain
template<typename TType> class ZtCTypeData<TType&>
{ public: typedef TType TypeData;
static TType& GetObjRef(TType& AR_Type){return AR_Type ;}};
template<> class ZtCTypeData<void*>
template< > class ZtCTypeData<void* >
{ public: typedef void* TypeData;
static void* GetObjRef(void* AP_Void){return AP_Void ;}};