diff options
Diffstat (limited to 'src/unstable/textbuilder.h')
-rw-r--r-- | src/unstable/textbuilder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unstable/textbuilder.h b/src/unstable/textbuilder.h index 22fa653..f0dee8c 100644 --- a/src/unstable/textbuilder.h +++ b/src/unstable/textbuilder.h | |||
@@ -75,6 +75,7 @@ namespace Bu | |||
75 | 75 | ||
76 | int32_t getSize() const; | 76 | int32_t getSize() const; |
77 | Text getText() const; | 77 | Text getText() const; |
78 | void copyTo( void *pDestRaw, int32_t iDestSize ) const; | ||
78 | CodePoint operator[]( int32_t iIndex ) const; | 79 | CodePoint operator[]( int32_t iIndex ) const; |
79 | 80 | ||
80 | TextBuilder &operator=( const Text &rSrc ); | 81 | TextBuilder &operator=( const Text &rSrc ); |