From 9cc790869ed3905c78c7eeeb0bb44f800b3f2af4 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:11:09 +0200 Subject: 3.15 --- shared/zstring.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shared/zstring.h') diff --git a/shared/zstring.h b/shared/zstring.h index 73e2f066..286ed7cc 100644 --- a/shared/zstring.h +++ b/shared/zstring.h @@ -115,10 +115,10 @@ typedef char Zchar; #endif //"The reason for all the fuss above" (Loki/SmartPtr) -typedef Zbase Zstring; - - +typedef Zbase Zstring; //for use with file names +//fast replacement for wxString modelling exponential growth +typedef Zbase zxString; //general unicode string -- cgit