From aecf1c22d38816269b27c8e8d70a9767c57dbc1d Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 3 Apr 2013 20:35:33 +0200 Subject: Remove stray backslash Not needed :) Change-Id: If22d077a05ffa21f393569f93fcb9f599008af82 Reviewed-by: Lars Knoll --- src/v4/qv4mm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/v4/qv4mm.cpp b/src/v4/qv4mm.cpp index 0281aecaee..bc4bd66316 100644 --- a/src/v4/qv4mm.cpp +++ b/src/v4/qv4mm.cpp @@ -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); -- cgit v1.2.3