summaryrefslogtreecommitdiff
path: root/include/fud_string.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/fud_string.hpp')
-rw-r--r--include/fud_string.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fud_string.hpp b/include/fud_string.hpp
index 9e423ef..cd8e8f1 100644
--- a/include/fud_string.hpp
+++ b/include/fud_string.hpp
@@ -126,6 +126,8 @@ class String {
const utf8* end() const;
private:
+ void cleanup();
+
using BufType = Array<utf8, SSO_BUF_SIZE>;
union {
BufType m_buffer{BufType::constFill(0)};