aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/textbuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable/textbuilder.h')
-rw-r--r--src/unstable/textbuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unstable/textbuilder.h b/src/unstable/textbuilder.h
index f0dee8c..8c49f2a 100644
--- a/src/unstable/textbuilder.h
+++ b/src/unstable/textbuilder.h
@@ -70,7 +70,7 @@ namespace Bu
70 void append( const Text &rSrc ); 70 void append( const Text &rSrc );
71 void append( const CodePoint *pSrc, int32_t iLength ); 71 void append( const CodePoint *pSrc, int32_t iLength );
72 void prepend( const Text &rSrc ); 72 void prepend( const Text &rSrc );
73 void insert( const Text &rSrc ); 73 void insert( int32_t iBefore, const Text &rSrc );
74 void clear(); 74 void clear();
75 75
76 int32_t getSize() const; 76 int32_t getSize() const;