forked from organicmaps/organicmaps
review fixes
This commit is contained in:
parent
4bd8b9b8cb
commit
d3c7c5999f
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ void MutableLabelHandle::SetContent(string && content)
|
|||
if (m_content != content)
|
||||
{
|
||||
m_isContentDirty = true;
|
||||
m_content = content;
|
||||
m_content = move(content);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue