summaryrefslogtreecommitdiff
path: root/indra/llui/llchatentry.cpp
diff options
context:
space:
mode:
authormberezhnoy <mberezhnoy@productengine.com>2013-06-07 20:06:20 +0300
committermberezhnoy <mberezhnoy@productengine.com>2013-06-07 20:06:20 +0300
commit42f2f419e5717a541956ef12afa1d55e4c142440 (patch)
treec629002a61544c8fdbd6e0b3196a1b4b6135b431 /indra/llui/llchatentry.cpp
parent0b458690ceb8d7cbb9b1b8b5620def2a08af2524 (diff)
parentab37c8b8f5d830af7155bf63c084dad76070cb42 (diff)
merge
Diffstat (limited to 'indra/llui/llchatentry.cpp')
-rwxr-xr-xindra/llui/llchatentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llchatentry.cpp b/indra/llui/llchatentry.cpp
index c7e732e0c9..c04b70eb64 100755
--- a/indra/llui/llchatentry.cpp
+++ b/indra/llui/llchatentry.cpp
@@ -158,7 +158,7 @@ void LLChatEntry::onValueChange(S32 start, S32 end)
resetLabel();
}
-bool LLChatEntry::useLabel()
+bool LLChatEntry::useLabel() const
{
return !getLength() && !mLabel.empty();
}