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 /*#####################################################*/