made buildable on linux

This commit is contained in:
daniel
2017-01-16 09:02:27 -05:00
parent d924f5bd8d
commit 5681879e1e
4 changed files with 25 additions and 28 deletions
-2
View File
@@ -572,8 +572,6 @@ Message::layout(int width, bool enableEmoteMargins)
alignParts();
qInfo("words: %d, parts: %d", m_words.size(), parts->size());
auto tmp = m_wordParts;
m_wordParts = parts;
delete tmp;