aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llfixedbuffer.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llcommon/llfixedbuffer.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llcommon/llfixedbuffer.h')
-rw-r--r--linden/indra/llcommon/llfixedbuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llfixedbuffer.h b/linden/indra/llcommon/llfixedbuffer.h
index 06a7f45..1641bee 100644
--- a/linden/indra/llcommon/llfixedbuffer.h
+++ b/linden/indra/llcommon/llfixedbuffer.h
@@ -52,7 +52,7 @@ public:
52 std::deque<S32> mLineLengths; 52 std::deque<S32> mLineLengths;
53 53
54 void clear(); // Clear the buffer, and reset it. 54 void clear(); // Clear the buffer, and reset it.
55 virtual void addLine(const LLString& utf8line); 55 virtual void addLine(const std::string& utf8line);
56 virtual void addLine(const LLWString& line); 56 virtual void addLine(const LLWString& line);
57 57
58 // Get lines currently in the buffer, up to max_size chars, max_length lines 58 // Get lines currently in the buffer, up to max_size chars, max_length lines