From 23ffdebe255008ee1add43f743b9c734620be66e Mon Sep 17 00:00:00 2001 From: sauron Date: Mon, 8 Mar 2021 22:11:29 +0900 Subject: [PATCH] edit test.cpp --- ZCppMain/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZCppMain/test.cpp b/ZCppMain/test.cpp index 1f03df7..7628fce 100644 --- a/ZCppMain/test.cpp +++ b/ZCppMain/test.cpp @@ -85,11 +85,11 @@ int main(int ArgiCnt, char** AppArgu) _FFC_(ZCShowData3) _FFS_(ZCShowData4) - (ZTypInt AiInt, ZCTuple* AR_CTuple) + (ZTypInt AiInt, ZCTuple* AP_CTuple) { cout<<"# Elem4 : "<< AiInt << ", nth=" << AP_CTuple->_1++ << endl; }/* - (ZTypInt AiInt, ZCTuple* AR_CTuple)*/ + (ZTypInt AiInt, ZCTuple* AP_CTuple)*/ _FFC_(ZCShowData4)