aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llfixedbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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