From 2c3382d30574a56b640c46aab7c407d63435d3bb Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Fri, 29 Jul 2011 12:26:43 +0200 Subject: Fix compilation with namespaced builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add QT_BEGIN_NAMESPACE and QT_END_NAMESPACE to src/corelib/tools/qfreelist.cpp Change-Id: Ie01e74a3c2d9cd4de1f52a546d13398e1409c86b Reviewed-on: http://codereview.qt.nokia.com/2390 Reviewed-by: Qt Sanity Bot Reviewed-by: Olivier Goffart Reviewed-by: João Abecasis --- src/corelib/tools/qfreelist.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/corelib/tools/qfreelist.cpp b/src/corelib/tools/qfreelist.cpp index 63e37ec249..bbbdb25e49 100644 --- a/src/corelib/tools/qfreelist.cpp +++ b/src/corelib/tools/qfreelist.cpp @@ -41,6 +41,8 @@ #include "qfreelist_p.h" +QT_BEGIN_NAMESPACE + // default sizes and offsets (no need to define these when customizing) enum { Offset0 = 0x00000000, @@ -60,3 +62,6 @@ const int QFreeListDefaultConstants::Sizes[QFreeListDefaultConstants::BlockCount Size2, Size3 }; + +QT_END_NAMESPACE + -- cgit v1.2.3