From f32ab7e51b1be8dd405cc82ef3ba491287d746c8 Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 9 Oct 2025 11:06:55 +0900 Subject: [PATCH] commit 2025-10-09 11:06 edit a bit ZCppMain/ZtCStringEx.H --- ZCppMain/ZtCStringEx.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index 65d351f..5844189 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -157,8 +157,8 @@ namespace ZNsMain typedef typename ZtCCharInt::TypeInt TypeInt ; public: - typedef TypeChar char_type ; // for stl - typedef TypeInt int_type ; // for stl + typedef TypeChar char_type ; // for stl string + typedef TypeInt int_type ; // for stl string public: };/* class ZtCCharType /*#####################################################*/