Remove stray backslash

Not needed :)

Change-Id: If22d077a05ffa21f393569f93fcb9f599008af82
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Simon Hausmann 2013-04-03 20:35:33 +02:00 committed by Lars Knoll
parent e09bd6f479
commit aecf1c22d3
1 changed files with 1 additions and 1 deletions

View File

@ -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);