From ccb9f7756b7c0e427024723414723360bbb31774 Mon Sep 17 00:00:00 2001 From: sauron Date: Fri, 26 Feb 2021 18:02:09 +0900 Subject: [PATCH] edit test.cpp a bit --- ZCppMain/test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ZCppMain/test.cpp b/ZCppMain/test.cpp index 75d041e..0eca81f 100644 --- a/ZCppMain/test.cpp +++ b/ZCppMain/test.cpp @@ -57,6 +57,7 @@ int main(int ArgiCnt, char** AppArgu) ZNsHide::ZCFunctor1 VO_CFunctor1; + /* ZCFunctor1 선언이 main() 바깥에 있어야 하는 문제를 해결할 수 없을까. */ VO_IntList.IterElement(ZCShowData::Exec); VO_IntList.IterElement(&VO_CFunctor1 );