aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/textbuilder.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2020-02-06 11:58:11 -0800
committerMike Buland <eichlan@xagasoft.com>2020-02-06 11:58:11 -0800
commit59be1eca587eb3da14c2e924a186396f321f5a58 (patch)
treefba9cfc643833946211ccf219c66bc50320491a5 /src/unstable/textbuilder.h
parent18648763146dace4e53692c40f074b75486a9638 (diff)
downloadlibbu++-59be1eca587eb3da14c2e924a186396f321f5a58.tar.gz
libbu++-59be1eca587eb3da14c2e924a186396f321f5a58.tar.bz2
libbu++-59be1eca587eb3da14c2e924a186396f321f5a58.tar.xz
libbu++-59be1eca587eb3da14c2e924a186396f321f5a58.zip
Closer on the TextBuilder.
Codecs are next.
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;