aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/textbuilder.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2019-11-12 06:02:12 -0800
committerMike Buland <eichlan@xagasoft.com>2019-11-12 06:02:12 -0800
commitfd830279725081d95e3f08f768ed6879c92fe838 (patch)
tree3da9be0025e703d7a0afcb48458034b203efd8f3 /src/unstable/textbuilder.h
parent96759377ae8a4394d325747f597fe5b60afabf6e (diff)
downloadlibbu++-fd830279725081d95e3f08f768ed6879c92fe838.tar.gz
libbu++-fd830279725081d95e3f08f768ed6879c92fe838.tar.bz2
libbu++-fd830279725081d95e3f08f768ed6879c92fe838.tar.xz
libbu++-fd830279725081d95e3f08f768ed6879c92fe838.zip
32bit
Diffstat (limited to '')
-rw-r--r--src/unstable/textbuilder.h1
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 );