Remove stray backslash
Not needed :) Change-Id: If22d077a05ffa21f393569f93fcb9f599008af82 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
e09bd6f479
commit
aecf1c22d3
|
@ -128,7 +128,7 @@ bool operator<(const MemoryManager::Data::Chunk &a, const MemoryManager::Data::C
|
|||
} } // namespace QQmlJS::VM
|
||||
|
||||
MemoryManager::MemoryManager()
|
||||
: m_d(new Data(true))\
|
||||
: m_d(new Data(true))
|
||||
, m_contextList(0)
|
||||
{
|
||||
setEnableGC(true);
|
||||
|
|
Loading…
Reference in New Issue