aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable/text.h')
-rw-r--r--src/unstable/text.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unstable/text.h b/src/unstable/text.h
index c57dcfb..43e9e2c 100644
--- a/src/unstable/text.h
+++ b/src/unstable/text.h
@@ -35,10 +35,11 @@ namespace Bu
35 public: 35 public:
36 class iterator; 36 class iterator;
37 class const_iterator; 37 class const_iterator;
38 typedef uint32_t CodePoint; 38 typedef char32_t CodePoint;
39 39
40 public: 40 public:
41 Text(); 41 Text();
42 Text( const CodePoint *rSrc );
42 Text( const Text &rSrc ); 43 Text( const Text &rSrc );
43 Text( const TextBuilder &rSrc ); 44 Text( const TextBuilder &rSrc );
44 virtual ~Text(); 45 virtual ~Text();