Const qualify copy

This commit is contained in:
Liru Færs
2020-01-06 12:14:13 -05:00
parent af2ae76ca2
commit f73fb6424b
11 changed files with 13 additions and 13 deletions

View File

@@ -2216,7 +2216,7 @@ BOOL LLTextEditor::canCopy() const
}
// copy selection to clipboard
void LLTextEditor::copy(bool raw)
void LLTextEditor::copy(bool raw) const
{
if( !canCopy() )
{