diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llclipboard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/llclipboard.cpp b/linden/indra/llui/llclipboard.cpp index eaf7798..31d02a4 100644 --- a/linden/indra/llui/llclipboard.cpp +++ b/linden/indra/llui/llclipboard.cpp | |||
@@ -61,7 +61,7 @@ void LLClipboard::copyFromSubstring(const LLWString &src, S32 pos, S32 len, cons | |||
61 | } | 61 | } |
62 | 62 | ||
63 | 63 | ||
64 | LLWString LLClipboard::getPasteWString( LLUUID* source_id ) | 64 | const LLWString& LLClipboard::getPasteWString( LLUUID* source_id ) |
65 | { | 65 | { |
66 | if( mSourceID.notNull() ) | 66 | if( mSourceID.notNull() ) |
67 | { | 67 | { |
@@ -88,7 +88,7 @@ LLWString LLClipboard::getPasteWString( LLUUID* source_id ) | |||
88 | } | 88 | } |
89 | 89 | ||
90 | 90 | ||
91 | BOOL LLClipboard::canPasteString() | 91 | BOOL LLClipboard::canPasteString() const |
92 | { | 92 | { |
93 | return LLView::getWindow()->isClipboardTextAvailable(); | 93 | return LLView::getWindow()->isClipboardTextAvailable(); |
94 | } | 94 | } |