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&