aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zencore/include/zencore/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zencore/include/zencore/string.h b/src/zencore/include/zencore/string.h
index 2b61b3954..d0bd38acc 100644
--- a/src/zencore/include/zencore/string.h
+++ b/src/zencore/include/zencore/string.h
@@ -322,6 +322,8 @@ public:
inline void EnsureNulTerminated() const { *m_CurPos = '\0'; }
+ typedef C char_type; // allows this to be used with code targeting some std stream classes
+
protected:
inline void Init(C* Base, size_t Capacity)
{