review fixes

This commit is contained in:
ExMix 2015-04-01 17:14:12 +03:00 committed by r.kuznetsov
parent 4bd8b9b8cb
commit d3c7c5999f

View file

@ -470,7 +470,7 @@ void MutableLabelHandle::SetContent(string && content)
if (m_content != content)
{
m_isContentDirty = true;
m_content = content;
m_content = move(content);
}
}