diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/lltexteditor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/llui/lltexteditor.h b/linden/indra/llui/lltexteditor.h index 0777e5f..7e93de1 100644 --- a/linden/indra/llui/lltexteditor.h +++ b/linden/indra/llui/lltexteditor.h | |||
@@ -146,16 +146,16 @@ public: | |||
146 | void insertText(const std::string &text); | 146 | void insertText(const std::string &text); |
147 | // appends text at end | 147 | // appends text at end |
148 | void appendText(const std::string &wtext, bool allow_undo, bool prepend_newline, | 148 | void appendText(const std::string &wtext, bool allow_undo, bool prepend_newline, |
149 | const LLStyleSP *stylep = NULL); | 149 | const LLStyleSP stylep = NULL); |
150 | 150 | ||
151 | void appendColoredText(const std::string &wtext, bool allow_undo, | 151 | void appendColoredText(const std::string &wtext, bool allow_undo, |
152 | bool prepend_newline, | 152 | bool prepend_newline, |
153 | const LLColor4 &color, | 153 | const LLColor4 &color, |
154 | const std::string& font_name = LLStringUtil::null); | 154 | const std::string& font_name = LLStringUtil::null); |
155 | // if styled text starts a line, you need to prepend a newline. | 155 | // if styled text starts a line, you need to prepend a newline. |
156 | void appendStyledText(const std::string &new_text, bool allow_undo, | 156 | void appendStyledText(const std::string &new_text, bool allow_undo, |
157 | bool prepend_newline, | 157 | bool prepend_newline, |
158 | const LLStyleSP *stylep = NULL); | 158 | const LLStyleSP stylep = NULL); |
159 | 159 | ||
160 | // Removes text from the end of document | 160 | // Removes text from the end of document |
161 | // Does not change highlight or cursor position. | 161 | // Does not change highlight or cursor position. |