From 8af9880d2332cd329a73498d146ccf6b85af4c89 Mon Sep 17 00:00:00 2001 From: sauron Date: Fri, 26 Feb 2021 17:28:33 +0900 Subject: [PATCH] edit ZtCObjList.H a bit --- ZCppMain/ZtCObjList.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ZCppMain/ZtCObjList.H b/ZCppMain/ZtCObjList.H index 13a5d0d..ec76da8 100644 --- a/ZCppMain/ZtCObjList.H +++ b/ZCppMain/ZtCObjList.H @@ -1494,7 +1494,7 @@ namespace ZNsMain __for0(int, i, ml_Size) { - std::CTypeData_T::GetObjRef(AO_Functor)(VP_LoopLink->mo_Type); + ZtCTypeData::GetObjRef(AO_Functor)(VP_LoopLink->mo_Type); /* 위 코드로 인해서, AO_Functor 이 함수일 때 뿐이 아니라, operator() 연산자를 가진 object 포인터일 때도 사용할 수 있게 되었다. */ @@ -1530,7 +1530,7 @@ namespace ZNsMain __for0(int, i, ml_Size) { - std::CTypeData_T:: + ZtCTypeData:: GetObjRef(AO_Functor)(VP_LoopLink->mo_Type, AO_TypeHelp); /* 위 코드로 인해서, AO_Functor 이 함수일 때 뿐이 아니라, operator() @@ -1553,7 +1553,7 @@ namespace ZNsMain __for0(int, i, ml_Size) { - std::CTypeData_T:: + ZtCTypeData:: GetObjRef(AO_Functor)(VP_LoopLink->mo_Type, AR_TypeHelp); VP_LoopLink = VP_LoopLink->mp_NextLink ;