aboutsummaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index dd4cd9b..d10557d 100644
--- a/utf8.h
+++ b/utf8.h
@@ -25,6 +25,7 @@
class utf8 {
public:
utf8(char* string);
+ ~utf8(void);
uint16_t chars;
uint16_t bytes;
int32_t get();