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

@@ -1119,7 +1119,7 @@ BOOL LLLineEditor::canCopy() const
// copy selection to clipboard
void LLLineEditor::copy()
void LLLineEditor::copy() const
{
if( canCopy() )
{